From 059d015ea43316381a2de93e37e66d9335277f0d Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Thu, 13 Mar 2025 06:41:07 +0000 Subject: [PATCH] CMAKE - Add BUILD_INTERFACE include dirs for rdc_bootstrap Change-Id: I93df878b21e245277c7a8d9589102a15c2517f4f Signed-off-by: Galantsev, Dmitrii --- rdc_libs/bootstrap/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rdc_libs/bootstrap/CMakeLists.txt b/rdc_libs/bootstrap/CMakeLists.txt index 41c06b1cf5..81262a0302 100644 --- a/rdc_libs/bootstrap/CMakeLists.txt +++ b/rdc_libs/bootstrap/CMakeLists.txt @@ -35,7 +35,8 @@ target_include_directories(${BOOTSTRAP_LIB} PRIVATE target_include_directories(${BOOTSTRAP_LIB} PUBLIC - "$") + $ + $) # Set the VERSION and SOVERSION values set_property(TARGET ${BOOTSTRAP_LIB} PROPERTY