Skip to content

Commit

Permalink
Merge pull request #64 from andrsd/fix-inc-dir
Browse files Browse the repository at this point in the history
Fixing include dir for build process from another cmake project
  • Loading branch information
andrsd authored Jul 10, 2024
2 parents 0aa7afe + aab1593 commit 5255519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set_target_properties(
target_include_directories(
${PROJECT_NAME}
PUBLIC
$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}>
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
PRIVATE
${PROJECT_SOURCE_DIR}/include
Expand Down

0 comments on commit 5255519

Please sign in to comment.