2P11/src/Model/CMakeLists.txt

3 lines
64 B
Text
Raw Normal View History

#Make Model lib
add_library(Model Grid.cpp Game.cpp Stats.cpp)