* <All Tools>/CMakeLists.txt:

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

View File

@ -61,6 +61,7 @@
add_library ( kite ${cpps} ${mocCpps} )
set_target_properties ( kite PROPERTIES VERSION 1.0 SOVERSION 1 )
target_link_libraries ( kite ${KATABATIC_LIBRARIES}
${KNIK_LIBRARIES}
${NIMBUS_LIBRARIES}