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 9343f06..12af38c 100644 --- a/tools/mapedit/CMakeLists.txt +++ b/tools/mapedit/CMakeLists.txt
@@ -44,6 +44,7 @@ add_executable(AromatherapyMapEditor
44 src/widget.cpp 44 src/widget.cpp
45 src/tile_widget.cpp 45 src/tile_widget.cpp
46 src/object.cpp 46 src/object.cpp
47 src/world.cpp
47) 48)
48target_link_libraries(AromatherapyMapEditor ${ALL_LIBS}) 49target_link_libraries(AromatherapyMapEditor ${ALL_LIBS})
49install(TARGETS AromatherapyMapEditor RUNTIME DESTINATION ${BIN_DIR}) 50install(TARGETS AromatherapyMapEditor RUNTIME DESTINATION ${BIN_DIR})