* <All Tools>/CMakeLists.txt:

- Change: Added versioning to library.
This commit is contained in:
Jean-Paul Chaput 2011-02-02 22:48:45 +00:00
parent ec2c15b234
commit 5ab1e9dde6
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
add_library ( mauka ${cpps} ${mocCpps} ${pyCpps} )
set_target_properties ( mauka PROPERTIES VERSION 1.0 SOVERSION 1 )
target_link_libraries ( mauka ${METIS_LIBRARIES}
${NIMBUS_LIBRARIES}
${CORIOLIS_LIBRARIES}