mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[examples] Link apriltag package in examples build.gradle (#4845)
This commit is contained in:
@@ -27,7 +27,7 @@ if (project.hasProperty('onlylinuxathena') || project.hasProperty('onlylinuxarm3
|
||||
|
||||
dependencies {
|
||||
implementation project(':wpilibj')
|
||||
|
||||
implementation project(':apriltag')
|
||||
implementation project(':wpimath')
|
||||
implementation project(':hal')
|
||||
implementation project(':wpiutil')
|
||||
@@ -108,6 +108,7 @@ model {
|
||||
}
|
||||
binaries.all { binary ->
|
||||
lib project: ':wpilibNewCommands', library: 'wpilibNewCommands', linkage: 'shared'
|
||||
lib project: ':apriltag', library: 'apriltag', linkage: 'shared'
|
||||
lib project: ':wpilibc', library: 'wpilibc', linkage: 'shared'
|
||||
lib project: ':wpimath', library: 'wpimath', linkage: 'shared'
|
||||
lib project: ':wpimath', library: 'wpimathJNI', linkage: 'shared'
|
||||
|
||||
Reference in New Issue
Block a user