* <All Tools>/CMakeLists.txt:

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

View File

@ -47,6 +47,7 @@
${CORIOLIS_LIBRARIES} ${CORIOLIS_LIBRARIES}
) )
add_library ( knik ${cpps} ${mocCpps} ) add_library ( knik ${cpps} ${mocCpps} )
set_target_properties ( knik PROPERTIES VERSION 1.0 SOVERSION 1 )
target_link_libraries ( knik flute target_link_libraries ( knik flute
${HURRICANE_PYTHON_LIBRARIES} ${HURRICANE_PYTHON_LIBRARIES}
${HURRICANE_GRAPHICAL_LIBRARIES} ${HURRICANE_GRAPHICAL_LIBRARIES}