summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-10-05 15:46:50 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-10-05 15:46:50 +0200
commit1b250f668bf31bdfc9d4e7975daa23f3474c298a (patch)
treece2747a7af60d7f5523fb80044d90cf28f5e3a1b /src/CMakeLists.txt
parent36d4c9298f4be2d1c1fb803dc16948e3c11a3a49 (diff)
downloadrpgedit-1b250f668bf31bdfc9d4e7975daa23f3474c298a.tar
rpgedit-1b250f668bf31bdfc9d4e7975daa23f3474c298a.zip
Implement mappings for Lua types
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8a38474..3ba9985 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -6,6 +6,7 @@ add_executable(rpgedit
control/MapContext.cpp
control/RPGEdit.cpp
model/Map.cpp
+ model/Scriptable.cpp
view/MapView.cpp
view/SpriteCache.cpp
)