diff --git a/CMakeLists.txt b/CMakeLists.txt index 2166e6c..06450ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,6 +42,14 @@ add_executable(hello_async src/Logger.cpp src/model/Office.h src/model/Office.cpp + src/model/Road.h + src/model/Road.cpp + src/model/Map.h + src/model/Map.cpp + src/model/Game.h + src/model/Game.cpp + src/model/Building.h + src/model/Building.cpp ) target_include_directories(hello_async PUBLIC ${Boost_INCLUDE_DIR}) target_link_libraries(hello_async PRIVATE