Skip to content

Commit

Permalink
Merge pull request #23 from dmage/soversion
Browse files Browse the repository at this point in the history
Add SOVERSION to libco2mon
  • Loading branch information
dmage committed Nov 8, 2015
2 parents ea219cf + 6db0212 commit cd4c67a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libco2mon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ aux_source_directory(src SRC_LIST)
add_library(co2mon ${SRC_LIST})
target_link_libraries(co2mon
${HIDAPI_LIBRARIES})
set_target_properties(co2mon PROPERTIES
SOVERSION 1)

install(TARGETS co2mon
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
Expand Down

0 comments on commit cd4c67a

Please sign in to comment.