GitHub - igarastudio/lua-eval: Simple example about how to use Lua with CMake · GitHub
Skip to content

Latest commit

 

History

1 Commit

Folders and files

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

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors