From c654793a3a513a9c8ffcd1aa9c3962b6a72e61bd Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 20 Oct 2014 23:22:56 +0000 Subject: started to implement Function class which represents functions and methods, both on the host and the client side git-svn-id: file:///var/local/svn/basicwriter@73 daaaf23c-2e50-4459-9457-1e69db5a47bf --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 94bbcbd..1c48c48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,6 +58,7 @@ ADD_LIBRARY(ousia_utils # ousia_script library (containing the code of t ADD_LIBRARY(ousia_script + src/core/script/Function.cpp src/core/script/Variant.cpp src/core/script/ScriptEngine.cpp src/core/script/ -- cgit v1.2.3