From 3e989517ec46c40a82671620577c40765c94a41f Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 15 Mar 2015 11:19:20 -0400 Subject: Added basic ability to set tiles in map editor --- tools/mapedit/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/mapedit/CMakeLists.txt') diff --git a/tools/mapedit/CMakeLists.txt b/tools/mapedit/CMakeLists.txt index 9a024c8..ffc9f05 100644 --- a/tools/mapedit/CMakeLists.txt +++ b/tools/mapedit/CMakeLists.txt @@ -40,6 +40,9 @@ set(CMAKE_BUILD_TYPE Debug) add_executable(AromatherapyMapEditor src/main.cpp src/map.cpp + src/frame.cpp + src/widget.cpp + src/tile_widget.cpp ) target_link_libraries(AromatherapyMapEditor ${ALL_LIBS}) install(TARGETS AromatherapyMapEditor RUNTIME DESTINATION ${BIN_DIR}) -- cgit 1.4.1