3 lines
99 B
CMake
3 lines
99 B
CMake
add_executable(gd13_demo gd13_demo.cpp)
|
|
target_link_libraries(gd13_demo common_lib ${OpenCV_LIBS})
|