Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CPackComponentsDEB/subdir/CMakeLists.txt
3153 views
1
add_library(myotherlib SHARED myotherlib.cpp)
2
set_target_properties( myotherlib PROPERTIES
3
VERSION 1.2.3
4
SOVERSION 1
5
)
6
7