diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b53c938..d1a761d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,7 +21,7 @@ target_include_directories(LayerShellQtInterface PUBLIC "$" ) -set_target_properties(LayerShellQtInterface PROPERTIES VERSION ${LAYERSHELLQT_VERSION_STRING} +set_target_properties(LayerShellQtInterface PROPERTIES VERSION ${LAYERSHELLQT_VERSION} SOVERSION ${LAYERSHELLQT_SOVERSION} EXPORT_NAME Interface )