diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-06-13 10:41:20 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-06-13 10:41:20 +0200 |
commit | a7f70e851dcab16018a422be5c8b18adbd47585a (patch) | |
tree | 96953a20b6909ad8914c9a57e080b198469b4537 | |
parent | 6642ace1c37b21a21d086f1796c9da2594c6f62b (diff) | |
parent | 6f81698b380df6494400b6d524b232d4e4e78bc8 (diff) | |
download | ayatana-indicator-sound-a7f70e851dcab16018a422be5c8b18adbd47585a.tar.gz ayatana-indicator-sound-a7f70e851dcab16018a422be5c8b18adbd47585a.tar.bz2 ayatana-indicator-sound-a7f70e851dcab16018a422be5c8b18adbd47585a.zip |
Merge branch 'neochapay-fix_80'
Attributes GH PR #81: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/81
-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 dab8408..6776514 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -147,6 +147,7 @@ target_link_libraries( ) include_directories(${CMAKE_CURRENT_BINARY_DIR}) +include_directories(${TEST_INCLUDE_DIRS}) ########################### # Pulse Mock |