* <All Tools>/CMakeLists.txt:

- Change: Added versioning to library.
This commit is contained in:
Jean-Paul Chaput 2011-02-02 22:48:40 +00:00
parent a0889934ad
commit 1f3eebb26f
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
)
add_library ( nimbus ${cpps} )
add_library ( nimbus ${cpps} )
set_target_properties ( nimbus PROPERTIES VERSION 1.0 SOVERSION 1 )
target_link_libraries ( nimbus ${CORIOLIS_LIBRARIES}
${HURRICANE_PYTHON_LIBRARIES}
${HURRICANE_GRAPHICAL_LIBRARIES}