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 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})