* <All Tools>/CMakeLists.txt:
- Change: Added versioning to library.
This commit is contained in:
parent
a5674cda82
commit
3395203b22
|
@ -37,9 +37,11 @@
|
||||||
qt4_wrap_cpp ( mocCpps ${mocIncludes} )
|
qt4_wrap_cpp ( mocCpps ${mocIncludes} )
|
||||||
|
|
||||||
add_library ( intervalTree ${intervalTreeCpps} )
|
add_library ( intervalTree ${intervalTreeCpps} )
|
||||||
|
set_target_properties ( intervalTree PROPERTIES VERSION 1.0 SOVERSION 1 )
|
||||||
target_link_libraries ( intervalTree ${HURRICANE_LIBRARIES} )
|
target_link_libraries ( intervalTree ${HURRICANE_LIBRARIES} )
|
||||||
|
|
||||||
add_library ( equinox ${cpps} ${mocCpps} )
|
add_library ( equinox ${cpps} ${mocCpps} )
|
||||||
|
set_target_properties ( equinox PROPERTIES VERSION 1.0 SOVERSION 1 )
|
||||||
target_link_libraries ( equinox intervalTree
|
target_link_libraries ( equinox intervalTree
|
||||||
${CORIOLIS_LIBRARIES}
|
${CORIOLIS_LIBRARIES}
|
||||||
${HURRICANE_PYTHON_LIBRARIES}
|
${HURRICANE_PYTHON_LIBRARIES}
|
||||||
|
|
Loading…
Reference in New Issue