* <All Tools>/CMakeLists.txt:
- Change: Added versioning to library.
This commit is contained in:
parent
eb86ef8bc9
commit
a0889934ad
|
@ -294,6 +294,7 @@
|
||||||
${lefdef_cpps}
|
${lefdef_cpps}
|
||||||
${openaccess_cpps}
|
${openaccess_cpps}
|
||||||
)
|
)
|
||||||
|
set_target_properties ( crlcore PROPERTIES VERSION 1.0 SOVERSION 1 )
|
||||||
target_link_libraries ( crlcore ${HURRICANE_PYTHON_LIBRARIES}
|
target_link_libraries ( crlcore ${HURRICANE_PYTHON_LIBRARIES}
|
||||||
${HURRICANE_GRAPHICAL_LIBRARIES}
|
${HURRICANE_GRAPHICAL_LIBRARIES}
|
||||||
${HURRICANE_LIBRARIES}
|
${HURRICANE_LIBRARIES}
|
||||||
|
|
Loading…
Reference in New Issue