From f2622601cfeee4f354bcf507f4c02da9d080be3f Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Tue, 9 Mar 2021 23:40:09 +0100 Subject: tests/CMakeLists.txt: Add libdbustest-1 include path --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0b1ab7a..99dd399 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,6 @@ find_package(GMock) include_directories(${GMOCK_INCLUDE_DIRS}) +include_directories("${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}/libdbustest-1") ########################### # GSettings Schema -- cgit v1.2.3