# demo2
add_executable(wonderEcho_demo wonderEcho_demo.cpp)

# 链接 OpenCV 库
target_link_libraries(wonderEcho_demo)