cmake: bump sover to 2

This commit is contained in:
Vaxry 2024-03-08 16:18:28 +00:00
parent 84170ba0e5
commit a685493fdb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ target_include_directories( hyprlang
)
set_target_properties(hyprlang PROPERTIES
VERSION ${HYPRLANG_VERSION}
SOVERSION 1
SOVERSION 2
PUBLIC_HEADER include/hyprlang.hpp)
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")