Skip to content

Commit

Permalink
make include public
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 24, 2024
1 parent d91c404 commit c65be5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(WITH_INTERNAL_MESHOPTIMIZER)
${CMAKE_SOURCE_DIR}/external/meshOptimizer/simplifier.cpp
)

target_include_directories(meshoptimizer::meshoptimizer
target_include_directories(meshoptimizer::meshoptimizer PUBLIC
${CMAKE_SOURCE_DIR}/external/meshOptimizer
)
else()
Expand Down

0 comments on commit c65be5c

Please sign in to comment.