Skip to content

Commit

Permalink
[build] Add generated protobuf headers to C++ test include path (wpil…
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored and Starlight220 committed Dec 1, 2023
1 parent 66626ac commit af3937f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/jni/setupBuild.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ model {
include '**/*.cpp'
}
exportedHeaders {
srcDirs 'src/test/native/include', 'src/main/native/cpp'
srcDirs 'src/test/native/include', 'src/main/native/cpp', "$buildDir/generated/source/proto/main/cpp"
if (project.hasProperty('generatedHeaders')) {
srcDir generatedHeaders
}
Expand Down

0 comments on commit af3937f

Please sign in to comment.