diff --git a/CMakeLists.txt b/CMakeLists.txt index 17e0766..93fe343 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,10 @@ else () endif () add_library(libtelnet libtelnet.c) +set_target_properties(libtelnet + PROPERTIES + VERSION ${PROJECT_VERSION} + SOVERSION 2) target_include_directories(libtelnet PUBLIC