summaryrefslogtreecommitdiff
path: root/src/Model/CMakeLists.txt
blob: 284be942bac21d7df8995e023e9bb1f1ebdcb959 (plain)
1
2
3
4
5
6
7
#Make Model lib
add_library(Model Grid.cpp Game.cpp) 

target_link_libraries(Model Elements)

add_subdirectory(./Elements)