@@ -11,6 +11,8 @@ kpn_example(03_multi_output)
|
||||
kpn_example(04_storage_policy)
|
||||
kpn_example(05_error_handling)
|
||||
kpn_example(06_watchdog)
|
||||
kpn_example(10_static_hello_pipeline)
|
||||
kpn_example(11_static_fanout)
|
||||
if(KPN_WEB_DEBUG)
|
||||
kpn_target_enable_web_debug(06_watchdog)
|
||||
endif()
|
||||
@@ -24,6 +26,9 @@ find_package(OpenCV QUIET COMPONENTS core imgproc highgui videoio)
|
||||
if(OpenCV_FOUND)
|
||||
add_executable(09_opencv_cellshade 09_opencv_cellshade/main.cpp)
|
||||
target_link_libraries(09_opencv_cellshade PRIVATE kpn ${OpenCV_LIBS})
|
||||
|
||||
add_executable(12_static_cellshade 12_static_cellshade/main.cpp)
|
||||
target_link_libraries(12_static_cellshade PRIVATE kpn ${OpenCV_LIBS})
|
||||
if(KPN_WEB_DEBUG)
|
||||
kpn_target_enable_web_debug(09_opencv_cellshade)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user