diff options
author | Robert Tari <robert@tari.in> | 2021-10-19 02:27:28 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-21 11:30:29 +0200 |
commit | 5910f3b99838006a4ffb882924900338854f5d13 (patch) | |
tree | ab07a607699fa807f970f874af5387cdbba2a12e /tests | |
parent | abc6f7fe1343b2a74e71ab7570cfd8170b4a8b16 (diff) | |
download | ayatana-indicator-sound-5910f3b99838006a4ffb882924900338854f5d13.tar.gz ayatana-indicator-sound-5910f3b99838006a4ffb882924900338854f5d13.tar.bz2 ayatana-indicator-sound-5910f3b99838006a4ffb882924900338854f5d13.zip |
Fix undefined VALA_EXTERN
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 532475b..b1142f9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -133,6 +133,7 @@ set( add_definitions( -Wno-unused-but-set-variable + -DVALA_EXTERN=extern ) add_library( |