summaryrefslogtreecommitdiff
path: root/src/Controller/ConsoleController/CMakeLists.txt
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-30 09:42:40 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-30 09:42:40 +0200
commite13d24b6c8f5aafa11c027dd971a98f895825b41 (patch)
tree76a4fa066c8afbe489bd74bd1f78f49f424af2a7 /src/Controller/ConsoleController/CMakeLists.txt
parenta2ed149069a29212a11eb4a1fa676e6f27d941fd (diff)
Correct LOT OF BUGS
Diffstat (limited to 'src/Controller/ConsoleController/CMakeLists.txt')
-rw-r--r--src/Controller/ConsoleController/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Controller/ConsoleController/CMakeLists.txt b/src/Controller/ConsoleController/CMakeLists.txt
new file mode 100644
index 0000000..d42803f
--- /dev/null
+++ b/src/Controller/ConsoleController/CMakeLists.txt
@@ -0,0 +1,3 @@
+#Make Model lib
+add_library(ConsoleController ./ConsoleController.cpp)
+target_link_libraries(ConsoleController Model)