Skip to content

Commit

Permalink
[build] Fix running apriltagsvision Java example (wpilibsuite#6173)
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Jan 8, 2024
1 parent b1b03be commit d05f179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wpilibjExamples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ model {
}
binaries.all { binary ->
lib project: ':apriltag', library: 'apriltag', linkage: 'shared'
lib project: ':apriltag', library: 'apriltagJNIShared', linkage: 'shared'
lib project: ':wpimath', library: 'wpimath', linkage: 'shared'
lib project: ':wpimath', library: 'wpimathJNIShared', linkage: 'shared'
project(':ntcore').addNtcoreDependency(binary, 'shared')
Expand Down

0 comments on commit d05f179

Please sign in to comment.