File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ include(GNUInstallDirs)
2222set (DBUS_HEADERS include /amarula/dbus/gdbus.hpp include /amarula/dbus/gproxy.hpp)
2323
2424add_library (GDbusProxy ${DBUS_HEADERS} src/dbus/gdbus.cpp)
25+ set_target_properties (GDbusProxy PROPERTIES VERSION ${PROJECT_VERSION}
26+ SOVERSION ${PROJECT_VERSION_MAJOR} )
2527add_library (Amarula::GDbusProxy ALIAS GDbusProxy)
2628target_include_directories (
2729 GDbusProxy PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include >
@@ -57,7 +59,9 @@ if(BUILD_CONNMAN)
5759 include /amarula/dbus/connman/gagent.hpp
5860 src/dbus/gconnman_agent.cpp
5961 src/dbus/gdbus_private.hpp)
60-
62+ set_target_properties (
63+ GConnmanDbus PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION
64+ ${PROJECT_VERSION_MAJOR} )
6165 add_library (Amarula::GConnmanDbus ALIAS GConnmanDbus)
6266
6367 target_include_directories (
You can’t perform that action at this time.
0 commit comments