2P11/src/Model/CMakeLists.txt

3 lines
63 B
Text
Raw Normal View History

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