# 主程序
add_executable(smartcar_demo1 main.cpp)

target_link_libraries(smartcar_demo1 common_lib ${OpenCV_LIBS})