version c ok, debut fonctin moteur

This commit is contained in:
AntoineUPMC 2017-04-28 17:28:16 +02:00
parent 36962dc598
commit 997eb6e8a5
81 changed files with 4767 additions and 2 deletions

View file

@ -22,7 +22,7 @@ file(
#Recherche des bibliothèques
find_package( OpenCV REQUIRED )
find_package(SFML 2 COMPONENTS system window graphics audio REQUIRED)
#find_package(SFML 2 COMPONENTS system window graphics audio REQUIRED)
add_executable( DisplayImage ${source_files} )
target_link_libraries( DisplayImage ${OpenCV_LIBS} )