5 lines
133 B
CMake
5 lines
133 B
CMake
# demo2
|
|
add_executable(udp_receive udp_receive.cpp)
|
|
|
|
# 链接 OpenCV 库
|
|
target_link_libraries(udp_receive common_lib ${OpenCV_LIBS}) |