diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-03 14:19:30 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-03 14:19:30 +0200 |
| commit | ce3f721e16c779d519c04469e49a65f60546ab8d (patch) | |
| tree | 9ebe9613d2393823079942517681306df8e6ff70 /src/Controllers/SFMLController/CMakeLists.txt | |
| parent | ddaf5ba3ba3954c2b8a9926adbd3a066d8f0316c (diff) | |
Add first version of SFMLController and View class
Diffstat (limited to 'src/Controllers/SFMLController/CMakeLists.txt')
| -rw-r--r-- | src/Controllers/SFMLController/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Controllers/SFMLController/CMakeLists.txt b/src/Controllers/SFMLController/CMakeLists.txt new file mode 100644 index 0000000..e3e60c4 --- /dev/null +++ b/src/Controllers/SFMLController/CMakeLists.txt @@ -0,0 +1,3 @@ +#Make Model lib +add_library(SFMLController ./SFMLController.cpp) +target_link_libraries(SFMLController Model View) |
