add svm test
This commit is contained in:
commit
cb8913ee16
1 changed files with 6 additions and 0 deletions
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
cmake_minimum_required(VERSION 2.8)
|
||||
project( opencv-exercises )
|
||||
find_package( OpenCV REQUIRED )
|
||||
|
||||
add_executable( SVMTest SVMTest.cpp )
|
||||
target_link_libraries( SVMTest ${OpenCV_LIBS} )
|
Loading…
Add table
Add a link
Reference in a new issue