mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpinet] Move network portions of wpiutil into new wpinet library (#4077)
This commit is contained in:
@@ -34,6 +34,9 @@ if (!project.hasProperty('onlylinuxathena')) {
|
||||
if (project.hasProperty('includeNtCore')) {
|
||||
lib project: ':ntcore', library: 'ntcore', linkage: 'shared'
|
||||
}
|
||||
if (project.hasProperty('includeWpinet')) {
|
||||
lib project: ':wpinet', library: 'wpinet', linkage: 'shared'
|
||||
}
|
||||
if (project.hasProperty('includeWpiutil')) {
|
||||
lib project: ':wpiutil', library: 'wpiutil', linkage: 'shared'
|
||||
}
|
||||
@@ -60,6 +63,9 @@ if (!project.hasProperty('onlylinuxathena')) {
|
||||
if (project.hasProperty('includeNtCore')) {
|
||||
lib project: ':ntcore', library: 'ntcore', linkage: 'shared'
|
||||
}
|
||||
if (project.hasProperty('includeWpinet')) {
|
||||
lib project: ':wpinet', library: 'wpinet', linkage: 'shared'
|
||||
}
|
||||
lib project: ':wpiutil', library: 'wpiutil', linkage: 'shared'
|
||||
if (it.targetPlatform.name == nativeUtils.wpi.platforms.roborio) {
|
||||
nativeUtils.useRequiredLibrary(it, 'ni_link_libraries', 'ni_runtime_libraries')
|
||||
|
||||
Reference in New Issue
Block a user