File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,17 @@ set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 14)
62
62
## With catkin_make all packages are built within a single CMake context
63
63
## The recommended prefix ensures that target names across packages don't collide
64
64
add_executable (pytorch_seg_trav_path_node src/pytorch_seg_trav_path_node.cpp )
65
+ add_executable (pytorch_seg_trav_node src/pytorch_enet_ros_node.cpp src/pytorch_enet_ros.cpp )
65
66
66
67
## Specify libraries to link a library or executable target against
67
68
target_link_libraries (pytorch_seg_trav_path_node
68
69
${catkin_LIBRARIES}
69
70
${PROJECT_NAME}
70
71
${TORCH_LIBRARIES}
71
72
)
73
+
74
+ target_link_libraries (pytorch_seg_trav_node
75
+ ${catkin_LIBRARIES}
76
+ ${PROJECT_NAME}
77
+ ${TORCH_LIBRARIES}
78
+ )
You can’t perform that action at this time.
0 commit comments