* <All Tools>/CMakeLists.txt:

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

View File

@ -37,9 +37,11 @@
qt4_wrap_cpp ( mocCpps ${mocIncludes} )
add_library ( intervalTree ${intervalTreeCpps} )
set_target_properties ( intervalTree PROPERTIES VERSION 1.0 SOVERSION 1 )
target_link_libraries ( intervalTree ${HURRICANE_LIBRARIES} )
add_library ( equinox ${cpps} ${mocCpps} )
set_target_properties ( equinox PROPERTIES VERSION 1.0 SOVERSION 1 )
target_link_libraries ( equinox intervalTree
${CORIOLIS_LIBRARIES}
${HURRICANE_PYTHON_LIBRARIES}