* <All Tools>/CMakeLists.txt:
- Change: Added versioning to library.
This commit is contained in:
parent
ec2c15b234
commit
5ab1e9dde6
|
@ -45,6 +45,7 @@
|
||||||
|
|
||||||
|
|
||||||
add_library ( mauka ${cpps} ${mocCpps} ${pyCpps} )
|
add_library ( mauka ${cpps} ${mocCpps} ${pyCpps} )
|
||||||
|
set_target_properties ( mauka PROPERTIES VERSION 1.0 SOVERSION 1 )
|
||||||
target_link_libraries ( mauka ${METIS_LIBRARIES}
|
target_link_libraries ( mauka ${METIS_LIBRARIES}
|
||||||
${NIMBUS_LIBRARIES}
|
${NIMBUS_LIBRARIES}
|
||||||
${CORIOLIS_LIBRARIES}
|
${CORIOLIS_LIBRARIES}
|
||||||
|
|
Loading…
Reference in New Issue