Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Version library
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapGentoo committed Jun 16, 2019
1 parent ae3e7f7 commit eb03050
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb03050

Please sign in to comment.