Skip to content

Commit

Permalink
dont export header
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Turner <[email protected]>
  • Loading branch information
spacey-sooty committed Dec 19, 2024
1 parent 453396e commit 39e677b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/catch2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ model {
include '**/*.cpp'
}
exportedHeaders {
srcDirs 'src/main/native/include',
"$buildDir/generated-includes/"
srcDirs 'src/main/native/include'
// "$buildDir/generated-includes/"
}
}
}
Expand Down

0 comments on commit 39e677b

Please sign in to comment.