|
|
|
|
|
|
|
|
target_include_directories(Interpreter PRIVATE .) |
|
|
target_include_directories(Interpreter PRIVATE .) |
|
|
target_include_directories(IntersectionHandler PRIVATE .) |
|
|
target_include_directories(IntersectionHandler PRIVATE .) |
|
|
|
|
|
|
|
|
add_executable(lfr_image_processing lfr.cpp) |
|
|
|
|
|
|
|
|
add_executable(lfr_image_processing lfr.cpp autonomous_mode_main.cpp) |
|
|
|
|
|
|
|
|
target_link_libraries( lfr_image_processing ${OpenCV_LIBS} Input Processing ControlModule Interpreter IntersectionHandler ) |
|
|
target_link_libraries( lfr_image_processing ${OpenCV_LIBS} Input Processing ControlModule Interpreter IntersectionHandler ) |
|
|
|
|
|
|