From c79da97252e389a6cbd6ca4d4f6e2e868c870c5e Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 19 Sep 2023 20:05:58 +0300 Subject: [PATCH] fix(cmake): fix include_directories for installed target (#863) --- library-vcpkg/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library-vcpkg/CMakeLists.txt b/library-vcpkg/CMakeLists.txt index a8377cf699..a06ecf8163 100644 --- a/library-vcpkg/CMakeLists.txt +++ b/library-vcpkg/CMakeLists.txt @@ -47,8 +47,9 @@ target_compile_features( ) target_include_directories( - "${LIB_NAME}" PRIVATE + "${LIB_NAME}" PUBLIC "$" + "$" ) set_target_properties(