diff --git a/olp-cpp-sdk-authentication/CMakeLists.txt b/olp-cpp-sdk-authentication/CMakeLists.txt index 64908df2e..f36f48759 100644 --- a/olp-cpp-sdk-authentication/CMakeLists.txt +++ b/olp-cpp-sdk-authentication/CMakeLists.txt @@ -27,10 +27,13 @@ add_library(${PROJECT_NAME} ${AUTHENTICATION_SRC} ${AUTHENTICATION_INC}) -target_include_directories(${PROJECT_NAME} PUBLIC - $ - $ - $) +target_include_directories(${PROJECT_NAME} + PUBLIC + $ + $ + PRIVATE + $ +) # Used also in the package config file set(PROJECT_LIBS olp-cpp-sdk-core)