aboutsummaryrefslogtreecommitdiff
path: root/tests/dbus-types
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-01-16 10:05:25 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-01-16 10:18:03 +0100
commit81a2976123ac89d29628a610d3ac96f1d57beadd (patch)
tree989f6fd9b48bf33bfbb08df4d6b15e02ce7f3dc3 /tests/dbus-types
parentd2bcfdfe44568123b688c86b3a69e4a932641a33 (diff)
downloadayatana-indicator-sound-81a2976123ac89d29628a610d3ac96f1d57beadd.tar.gz
ayatana-indicator-sound-81a2976123ac89d29628a610d3ac96f1d57beadd.tar.bz2
ayatana-indicator-sound-81a2976123ac89d29628a610d3ac96f1d57beadd.zip
Some CMakeLists.txt optimizations.
Diffstat (limited to 'tests/dbus-types')
-rw-r--r--tests/dbus-types/CMakeLists.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/dbus-types/CMakeLists.txt b/tests/dbus-types/CMakeLists.txt
index f669bca..5323f51 100644
--- a/tests/dbus-types/CMakeLists.txt
+++ b/tests/dbus-types/CMakeLists.txt
@@ -16,14 +16,13 @@ set_source_files_properties(${dbusinterface_accounts_xml} PROPERTIES
if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.AccountsService.Sound.xml")
set(dbusinterface_accountssound_xml "com.ubuntu.AccountsService.Sound.xml")
- set_source_files_properties(${dbusinterface_accountssound_xml} PROPERTIES
- CLASSNAME AccountsSoundInterface)
else()
set(dbusinterface_accountssound_xml "org.ayatana.AccountsService.Sound.xml")
- set_source_files_properties(${dbusinterface_accountssound_xml} PROPERTIES
- CLASSNAME AccountsSoundInterface)
endif()
+set_source_files_properties(${dbusinterface_accountssound_xml} PROPERTIES
+ CLASSNAME AccountsSoundInterface)
+
set(dbusinterface_properties_xml "org.freedesktop.DBus.Properties.xml")
set_source_files_properties(${dbusinterface_properties_xml} PROPERTIES
CLASSNAME DBusPropertiesInterface