mirror of
https://github.com/AntoineHX/LivingMachine.git
synced 2025-05-04 05:40:46 +02:00
version c ok, debut fonctin moteur
This commit is contained in:
parent
36962dc598
commit
997eb6e8a5
81 changed files with 4767 additions and 2 deletions
|
@ -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} )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue