diff --git a/test/shared_memory/CMakeLists.txt b/test/shared_memory/CMakeLists.txt index 25cb8179..8f059c62 100644 --- a/test/shared_memory/CMakeLists.txt +++ b/test/shared_memory/CMakeLists.txt @@ -78,3 +78,5 @@ set_target_properties(sharedmem_test PROPERTIES CXX_STANDARD_REQUIRED YES ) + +include_directories(SYSTEM ${PROJECT_SOURCE_DIR}/../../src) \ No newline at end of file