summary refs log tree commit diff stats
path: root/tools/mapedit/CMakeLists.txt
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-15 20:58:02 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-15 20:58:02 -0400
commit25240241e91dc913d20fbb93aa4acc9433dda6a0 (patch)
treede4f80fefc08d30716f564872e296748c7cdd452 /tools/mapedit/CMakeLists.txt
parent440df3425dcc2376755d622ad6fd965eb25a25c2 (diff)
downloadtherapy-25240241e91dc913d20fbb93aa4acc9433dda6a0.tar.gz
therapy-25240241e91dc913d20fbb93aa4acc9433dda6a0.tar.bz2
therapy-25240241e91dc913d20fbb93aa4acc9433dda6a0.zip
Map editor can now save and load (but not edit) entities in maps
Diffstat (limited to 'tools/mapedit/CMakeLists.txt')
-rw-r--r--tools/mapedit/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mapedit/CMakeLists.txt b/tools/mapedit/CMakeLists.txt index ffc9f05..9343f06 100644 --- a/tools/mapedit/CMakeLists.txt +++ b/tools/mapedit/CMakeLists.txt
@@ -43,6 +43,7 @@ add_executable(AromatherapyMapEditor
43 src/frame.cpp 43 src/frame.cpp
44 src/widget.cpp 44 src/widget.cpp
45 src/tile_widget.cpp 45 src/tile_widget.cpp
46 src/object.cpp
46) 47)
47target_link_libraries(AromatherapyMapEditor ${ALL_LIBS}) 48target_link_libraries(AromatherapyMapEditor ${ALL_LIBS})
48install(TARGETS AromatherapyMapEditor RUNTIME DESTINATION ${BIN_DIR}) 49install(TARGETS AromatherapyMapEditor RUNTIME DESTINATION ${BIN_DIR})