We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c14df4 commit fb656e4Copy full SHA for fb656e4
jetson_inference_ros/CMakeLists.txt
@@ -36,4 +36,6 @@ else()
36
endif()
37
38
add_executable(detect_net_ros src/detect_net_ros.cpp)
39
+add_dependencies(detect_net_ros ${catkin_EXPORTED_TARGETS})
40
+
41
target_link_libraries(detect_net_ros detect_net)
0 commit comments