From b35f6b0851d1c5086dc61b0eb382d634ba7aeb2c Mon Sep 17 00:00:00 2001 From: nfarid <54642193+nfarid@users.noreply.github.com> Date: Tue, 30 May 2023 11:40:39 +0100 Subject: [PATCH] Add CMAKE_INSTALL_INCLUDEDIR to INSTALL_INTERFACE's include directory This allows one to #include --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 348266d5..f7062199 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,6 +76,7 @@ target_include_directories(${PROJECT_NAME} $ $ $ + $ $:${CMAKE_CURRENT_SOURCE_DIR}/extras/memory/src>> $:${CMAKE_CURRENT_SOURCE_DIR}/extras/fixture/src>> )