We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981217a commit a948ae3Copy full SHA for a948ae3
perception/traffic_light_fine_detector/CMakeLists.txt
@@ -100,10 +100,10 @@ if(TRT_AVAIL AND CUDA_AVAIL AND CUDNN_AVAIL)
100
)
101
102
if(BUILD_TESTING)
103
- find_package(ament_cmake_gtest REQUIRED)
104
- ament_add_gtest(traffic_light_fine_detector_tests test/test_nodelet.cpp)
105
- target_link_libraries(traffic_light_fine_detector_tests traffic_light_fine_detector_nodelet)
106
- ament_target_dependencies(traffic_light_fine_detector_tests ${${PROJECT_NAME}_FOUND_BUILD_DEPENDS})
+ ament_auto_add_gtest(traffic_light_fine_detector_tests
+ test/test_nodelet.cpp
+ src/nodelet.cpp
+ )
107
endif()
108
109
ament_auto_package(INSTALL_TO_SHARE
0 commit comments