summaryrefslogtreecommitdiff
path: root/src/Model
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model')
-rw-r--r--src/Model/CMakeLists.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/Model/CMakeLists.txt b/src/Model/CMakeLists.txt
index c9cfb6e..c685c7a 100644
--- a/src/Model/CMakeLists.txt
+++ b/src/Model/CMakeLists.txt
@@ -1,8 +1,2 @@
-#Retrieve crypto++ libraries
-get_property(SFML_LIBRARIES GLOBAL PROPERTY SFML_LIBRARIES)
-
-#Make CryptClass lib
-add_library(Model ./Cell.cpp ./Game.cpp ./Grid.cpp)
-
-#Add crypto++ to CryptClass
-target_link_libraries(Model ${SFML_LIBRARIES})
+#Make Model lib
+add_library(Model Grid.cpp Cell.cpp Game.cpp)