* <All Tools>/CMakeLists.txt:

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

View File

@ -51,6 +51,7 @@ endif ( CHECK_DETERMINISM )
add_library ( katabatic ${cpps} ${mocCpps} )
set_target_properties ( katabatic PROPERTIES VERSION 1.0 SOVERSION 1 )
target_link_libraries ( katabatic ${KNIK_LIBRARIES}
${CORIOLIS_LIBRARIES}
${HURRICANE_PYTHON_LIBRARIES}