diff options
author | Sergey Chupligin <neochapay@gmail.com> | 2022-06-08 14:28:47 +0300 |
---|---|---|
committer | Sergey Chupligin <neochapay@gmail.com> | 2022-06-13 11:10:27 +0300 |
commit | 6f81698b380df6494400b6d524b232d4e4e78bc8 (patch) | |
tree | 96953a20b6909ad8914c9a57e080b198469b4537 | |
parent | 6642ace1c37b21a21d086f1796c9da2594c6f62b (diff) | |
download | ayatana-indicator-sound-6f81698b380df6494400b6d524b232d4e4e78bc8.tar.gz ayatana-indicator-sound-6f81698b380df6494400b6d524b232d4e4e78bc8.tar.bz2 ayatana-indicator-sound-6f81698b380df6494400b6d524b232d4e4e78bc8.zip |
tests/CMakeLists.txt Add TEST_INCLUDE_DIRS to include-directories
Fixes: https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/80
-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 |