4 lines
116 B
CMake
4 lines
116 B
CMake
# 主程序
|
|
add_executable(smartcar_demo2 main.cpp)
|
|
|
|
target_link_libraries(smartcar_demo2 common_lib ${OpenCV_LIBS}) |