commit | 836141c99cffcd1d5a8004dea1c0c8cd198b55bb | [log] [tgz] |
---|---|---|
author | Vicent Marti <tanoku@gmail.com> | Thu Mar 31 02:43:56 2016 +0200 |
committer | Vicent Marti <tanoku@gmail.com> | Fri Apr 01 16:24:15 2016 +0200 |
tree | f82294341e941fee58a347e7f2c2c9c3d70d76f0 | |
parent | a833369b060d9e427f2ebc020e76a32c09de142e [diff] [blame] |
lua: Setup compilation for the standalone tool
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4b7a8d2..02e4f02 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt
@@ -11,3 +11,4 @@ add_subdirectory(cc) endif() add_subdirectory(python) +add_subdirectory(lua)