2P11/src/Model/CMakeLists.txt

8 lines
125 B
Text
Raw Normal View History

#Make Model lib
2015-05-01 18:19:32 +02:00
add_library(Model Grid.cpp Game.cpp )
2015-05-01 15:50:10 +02:00
target_link_libraries(Model Elements)
add_subdirectory(./Elements)