This prevents the building of the klv library and plugin, and disables KLV support and dependency in the Pleora plugin.
15 lines
265 B
CMake
15 lines
265 B
CMake
if (OPENCV_FOUND)
|
|
add_subdirectory (sensorfx)
|
|
endif (OPENCV_FOUND)
|
|
|
|
add_subdirectory (bayerutils)
|
|
add_subdirectory (extractcolor)
|
|
|
|
if (ENABLE_KLV)
|
|
add_subdirectory (klv)
|
|
endif ()
|
|
|
|
add_subdirectory (misb)
|
|
add_subdirectory (select)
|
|
add_subdirectory (videoadjust)
|