Jeu de coinche, sans tests

This commit is contained in:
trotFunky 2019-04-25 13:04:25 +02:00
parent 7f04a31779
commit 778045442e

View file

@ -17,4 +17,6 @@ endif()
if(NOT SFML_FOUND) if(NOT SFML_FOUND)
message(FATAL_ERROR "SFML couldn't be located!") message(FATAL_ERROR "SFML couldn't be located!")
endif() endif()
add_executable(coinche Coinche.cpp Coinche.h playCoinche.cpp)