Add library version to flute.

This commit is contained in:
Jean-Paul Chaput 2011-02-04 11:10:02 +00:00
parent c51426c245
commit 39cd99cbf8
1 changed files with 28 additions and 27 deletions

View File

@ -43,6 +43,7 @@
add_library ( flute ${fluteCpps} ) add_library ( flute ${fluteCpps} )
set_target_properties ( flute PROPERTIES VERSION 2.4 SOVERSION 2 )
target_link_libraries ( flute ${HURRICANE_LIBRARIES} target_link_libraries ( flute ${HURRICANE_LIBRARIES}
${CORIOLIS_LIBRARIES} ${CORIOLIS_LIBRARIES}
) )