From 778045442ee201fd3c02bea86411d14578420303 Mon Sep 17 00:00:00 2001 From: trotFunky Date: Thu, 25 Apr 2019 13:04:25 +0200 Subject: [PATCH] Jeu de coinche, sans tests --- snippets/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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