diff --git a/snippets/CMakeLists.txt b/snippets/CMakeLists.txt index e4091c8..c1bea63 100644 --- a/snippets/CMakeLists.txt +++ b/snippets/CMakeLists.txt @@ -17,4 +17,6 @@ endif() if(NOT SFML_FOUND) message(FATAL_ERROR "SFML couldn't be located!") -endif() \ No newline at end of file +endif() + +add_executable(coinche Coinche.cpp Coinche.h playCoinche.cpp) \ No newline at end of file