Add library version to pyCRL.
This commit is contained in:
parent
0ea96eaa3d
commit
c51426c245
|
@ -38,6 +38,7 @@
|
|||
|
||||
|
||||
add_library ( pycrlcore ${sources} )
|
||||
set_target_properties ( pycrlcore PROPERTIES VERSION 1.0 SOVERSION 1 )
|
||||
target_link_libraries ( pycrlcore crlcore
|
||||
${HURRICANE_PYTHON_LIBRARIES}
|
||||
${PYTHON_LIBRARIES} -lutil
|
||||
|
|
Loading…
Reference in New Issue