mirror of
https://github.com/AntoineHX/LivingMachine.git
synced 2025-05-04 05:40:46 +02:00
suivi moteur et presentation html
This commit is contained in:
parent
81ea78a32d
commit
166879222f
62 changed files with 3196 additions and 0 deletions
5
trash/code/CMakeLists.txt
Normal file
5
trash/code/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
cmake_minimum_required(VERSION 2.8)
|
||||
project( DisplayImage )
|
||||
find_package( OpenCV REQUIRED )
|
||||
add_executable( DisplayImage DisplayImage.cpp )
|
||||
target_link_libraries( DisplayImage ${OpenCV_LIBS} )
|
Loading…
Add table
Add a link
Reference in a new issue