Add with api option

This commit is contained in:
John Zhao
2018-04-25 16:06:38 +08:00
parent 2dc470e14f
commit cd28fa58d3
7 changed files with 91 additions and 0 deletions

4
cmake/Option.cmake Normal file
View File

@@ -0,0 +1,4 @@
option(WITH_API "Build with API layer, need OpenCV" ON)
message(STATUS "Options:")
message(STATUS " WITH_API: ${WITH_API}")