Skip to content

Commit

Permalink
Fix target include directory when building as a submodule (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo authored Nov 8, 2024
1 parent 55722a0 commit 66bca6e
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 @@ -101,7 +101,7 @@ target_include_directories(
manifold
PUBLIC
$<INSTALL_INTERFACE:include>
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
PRIVATE ${MANIFOLD_INCLUDE_DIRS}
)

Expand Down

0 comments on commit 66bca6e

Please sign in to comment.