* <All Tools>/CMakeLists.txt:
- Change: Added versioning to library.
This commit is contained in:
parent
ec6f65ef73
commit
1b1470fbf4
|
@ -61,6 +61,7 @@
|
||||||
|
|
||||||
|
|
||||||
add_library ( kite ${cpps} ${mocCpps} )
|
add_library ( kite ${cpps} ${mocCpps} )
|
||||||
|
set_target_properties ( kite PROPERTIES VERSION 1.0 SOVERSION 1 )
|
||||||
target_link_libraries ( kite ${KATABATIC_LIBRARIES}
|
target_link_libraries ( kite ${KATABATIC_LIBRARIES}
|
||||||
${KNIK_LIBRARIES}
|
${KNIK_LIBRARIES}
|
||||||
${NIMBUS_LIBRARIES}
|
${NIMBUS_LIBRARIES}
|
||||||
|
|
Loading…
Reference in New Issue