From 6f81698b380df6494400b6d524b232d4e4e78bc8 Mon Sep 17 00:00:00 2001 From: Sergey Chupligin Date: Wed, 8 Jun 2022 14:28:47 +0300 Subject: tests/CMakeLists.txt Add TEST_INCLUDE_DIRS to include-directories Fixes: https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/80 --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit v1.2.3