* <All Tools>/CMakeLists.txt:
- Change: Added versioning to library.
This commit is contained in:
parent
5ab1e9dde6
commit
374674aa68
|
@ -47,6 +47,7 @@
|
|||
${CORIOLIS_LIBRARIES}
|
||||
)
|
||||
add_library ( knik ${cpps} ${mocCpps} )
|
||||
set_target_properties ( knik PROPERTIES VERSION 1.0 SOVERSION 1 )
|
||||
target_link_libraries ( knik flute
|
||||
${HURRICANE_PYTHON_LIBRARIES}
|
||||
${HURRICANE_GRAPHICAL_LIBRARIES}
|
||||
|
|
Loading…
Reference in New Issue