File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
draco_point_cloud_transport Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -36,21 +36,9 @@ add_library(${PROJECT_NAME}
3636 src/manifest.cpp
3737)
3838
39- <<<<<<< HEAD
40- target_link_libraries (${PROJECT_NAME} ${DRACO_LIBRARY} )
39+ target_link_libraries (${PROJECT_NAME} ${DRACO_LIBRARIES} )
4140
4241ament_target_dependencies(${PROJECT_NAME} ${dependencies} )
43- =======
44- target_link_libraries (${PROJECT_NAME} PRIVATE
45- ${DRACO_LIBRARIES}
46- ${dependencies}
47- )
48- target_include_directories (${PROJECT_NAME} PRIVATE
49- "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include>"
50- "$<INSTALL_INTERFACE:include/${PROJECT_NAME} >"
51- ${DRACO_INCLUDE_DIR}
52- )
53- >>>>>>> 5126976 (Change Linking to DRACO_LIBRARIES as it was changes in draco (#57))
5442
5543install (TARGETS ${PROJECT_NAME}
5644 ARCHIVE DESTINATION lib
You can’t perform that action at this time.
0 commit comments