From 25240241e91dc913d20fbb93aa4acc9433dda6a0 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 15 Mar 2015 20:58:02 -0400 Subject: Map editor can now save and load (but not edit) entities in maps --- tools/mapedit/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/mapedit/CMakeLists.txt') 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 src/frame.cpp src/widget.cpp src/tile_widget.cpp + src/object.cpp ) target_link_libraries(AromatherapyMapEditor ${ALL_LIBS}) install(TARGETS AromatherapyMapEditor RUNTIME DESTINATION ${BIN_DIR}) -- cgit 1.4.1