4 lines
139 B
CMake
4 lines
139 B
CMake
# zebra_demo - 斑马线检测测试
|
|
add_executable(zebra_demo zebra_demo.cpp)
|
|
target_link_libraries(zebra_demo common_lib ${OpenCV_LIBS})
|