Add library version to flute.
This commit is contained in:
parent
c51426c245
commit
39cd99cbf8
|
@ -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}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue