Skip to content
/ lua-eval Public template

Simple example about how to use Lua with CMake

License

Notifications You must be signed in to change notification settings

igarastudio/lua-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-eval

This is a simple example to show how to use Lua with CMake. It evaluates all the given arguments as one Lua expression. For example:

lua-eval a=2 b=3 "print(a+b)"

Will print 5

About

Simple example about how to use Lua with CMake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published