summary refs log tree commit diff stats
path: root/tools/mapedit/CMakeLists.txt
diff options
context:
space:
mode:
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 12af38c..ca44fc5 100644 --- a/tools/mapedit/CMakeLists.txt +++ b/tools/mapedit/CMakeLists.txt
@@ -45,6 +45,7 @@ add_executable(AromatherapyMapEditor
45 src/tile_widget.cpp 45 src/tile_widget.cpp
46 src/object.cpp 46 src/object.cpp
47 src/world.cpp 47 src/world.cpp
48 src/undo.cpp
48) 49)
49target_link_libraries(AromatherapyMapEditor ${ALL_LIBS}) 50target_link_libraries(AromatherapyMapEditor ${ALL_LIBS})
50install(TARGETS AromatherapyMapEditor RUNTIME DESTINATION ${BIN_DIR}) 51install(TARGETS AromatherapyMapEditor RUNTIME DESTINATION ${BIN_DIR})