Jeu de coinche, sans tests
This commit is contained in:
parent
7f04a31779
commit
778045442e
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
Loading…
Add table
Reference in a new issue