5 lines
119 B
CMake
5 lines
119 B
CMake
# demo2
|
|
add_executable(wonderEcho_demo wonderEcho_demo.cpp)
|
|
|
|
# 链接 OpenCV 库
|
|
target_link_libraries(wonderEcho_demo) |