Skip to content

Commit

Permalink
fix(cmake): fix include_directories for installed target (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
leha-bot authored Sep 19, 2023
1 parent 3fff79d commit c79da97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library-vcpkg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ target_compile_features(
)

target_include_directories(
"${LIB_NAME}" PRIVATE
"${LIB_NAME}" PUBLIC
"$<BUILD_INTERFACE:${DPP_ROOT_PATH}/include>"
"$<INSTALL_INTERFACE:include>"
)

set_target_properties(
Expand Down

0 comments on commit c79da97

Please sign in to comment.