Add library version to isobar.
This commit is contained in:
parent
df8f91b97d
commit
0ea96eaa3d
|
@ -87,6 +87,7 @@
|
|||
|
||||
|
||||
add_library ( isobar ${sources} )
|
||||
set_target_properties ( isobar PROPERTIES VERSION 1.0 SOVERSION 1 )
|
||||
target_link_libraries ( isobar hurricane ${Boost_LIBRARIES} ${PYTHON_LIBRARIES})
|
||||
add_library ( Hurricane MODULE ${sources} )
|
||||
set_target_properties ( Hurricane PROPERTIES
|
||||
|
|
Loading…
Reference in New Issue