CMakeLists.txt

branch
scripting
changeset 924
d1ac217c9165
parent 923
e15a577a0bfe
--- a/CMakeLists.txt	Tue Feb 03 04:03:19 2015 +0200
+++ b/CMakeLists.txt	Tue Feb 03 15:26:07 2015 +0200
@@ -73,6 +73,7 @@
 	src/editmodes/selectMode.cc
 	src/script/parser.cpp
 	src/script/objtype.cpp
+	src/script/ast.cpp
 )
 
 set (LDFORGE_HEADERS
@@ -109,6 +110,9 @@
 	src/editmodes/magicWandMode.h
 	src/editmodes/rectangleMode.h
 	src/editmodes/selectMode.h
+	src/script/parser.h
+	src/script/objtype.h
+	src/script/ast.h
 )
 
 set (LDFORGE_FORMS

mercurial