Skip to content

Commit 91f5d14

Browse files
Merge branch 'master' of github.com:ActiveIntelligentSystemsLab/pytorch_enet_ros into apply-uncertainty-estimation
2 parents a431adc + e86392a commit 91f5d14

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,17 @@ set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 14)
6262
## With catkin_make all packages are built within a single CMake context
6363
## The recommended prefix ensures that target names across packages don't collide
6464
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)
6566

6667
## Specify libraries to link a library or executable target against
6768
target_link_libraries(pytorch_seg_trav_path_node
6869
${catkin_LIBRARIES}
6970
${PROJECT_NAME}
7071
${TORCH_LIBRARIES}
7172
)
73+
74+
target_link_libraries(pytorch_seg_trav_node
75+
${catkin_LIBRARIES}
76+
${PROJECT_NAME}
77+
${TORCH_LIBRARIES}
78+
)

0 commit comments

Comments
 (0)