Skip to content

Commit

Permalink
[maint] add soname to library (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed Aug 19, 2020
1 parent 4e95b16 commit 4ccc89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ add_library(${PROJECT_NAME}
src/model.cpp
src/srdf_writer.cpp
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${${PROJECT_NAME}_VERSION})
target_link_libraries(${PROJECT_NAME} ${TinyXML_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES} ${urdfdom_headers_LIBRARIES})


Expand Down

0 comments on commit 4ccc89e

Please sign in to comment.