Fixed bug when generating identical fanouts
This commit is contained in:
@@ -29,6 +29,10 @@ if(OpenCV_FOUND)
|
||||
|
||||
add_executable(12_static_cellshade 12_static_cellshade/main.cpp)
|
||||
target_link_libraries(12_static_cellshade PRIVATE kpn ${OpenCV_LIBS})
|
||||
|
||||
add_executable(13_debug_cellshade 13_debug_cellshade/main.cpp)
|
||||
target_link_libraries(13_debug_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