6 lines
127 B
CMake
Raw Normal View History

2024-07-09 14:46:46 +02:00
add_library(myotherlib SHARED myotherlib.cpp)
set_target_properties( myotherlib PROPERTIES
VERSION 1.2.3
SOVERSION 1
)