* <All Tools>/CMakeLists.txt:

- Change: Added versioning to library.
This commit is contained in:
Jean-Paul Chaput 2011-02-02 22:25:28 +00:00
parent 1b1470fbf4
commit a5674cda82
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
qt4_wrap_cpp ( mocCpps ${mocIncludes} )
add_library ( solstice ${cpps} ${mocCpps} )
set_target_properties ( solstice PROPERTIES VERSION 1.0 SOVERSION 1 )
target_link_libraries ( solstice ${EQUINOX_LIBRARIES}
${CORIOLIS_LIBRARIES}
${HURRICANE_PYTHON_LIBRARIES}