diff CMakeLists.txt @ 386:7dec4f3c922c lua-scripting

lua wrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Apr 2013 17:14:10 +0200
parents 18fe778eeb95
children 2d269089078f
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Apr 29 16:59:31 2013 +0200
+++ b/CMakeLists.txt	Mon Apr 29 17:14:10 2013 +0200
@@ -144,6 +144,8 @@
   Core/SQLite/Transaction.cpp
   Core/Toolbox.cpp
   Core/Uuid.cpp
+  Core/Lua/LuaContext.cpp
+  Core/Lua/LuaFunctionCall.cpp
 
   OrthancCppClient/HttpClient.cpp
   OrthancCppClient/HttpException.cpp