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