Skip to content

Commit

Permalink
updated cmake-generate-target.sh to not have PRIVATE include director…
Browse files Browse the repository at this point in the history
…ies linking inside the module
  • Loading branch information
pentatonick committed Aug 3, 2024
1 parent 1309353 commit ae14560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meta/cmake-generate-target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function generate_cmake_target() {
else
echo "target_include_directories($targetname"
echo " PUBLIC \${CMAKE_CURRENT_SOURCE_DIR}/include"
echo " PRIVATE \${CMAKE_CURRENT_SOURCE_DIR}/include/$include_path"
echo ")"
echo ""
echo "# Source subdirectory"
Expand Down

0 comments on commit ae14560

Please sign in to comment.