mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add libuv dependency (#1109)
This commit is contained in:
committed by
Peter Johnson
parent
8958c4eabd
commit
859b457c3d
@@ -5,6 +5,16 @@ if (!project.hasProperty('onlyAthena')) {
|
||||
ext.skipAthena = true
|
||||
apply from: "${rootDir}/shared/config.gradle"
|
||||
|
||||
ext {
|
||||
sharedUvwConfigs = [:]
|
||||
staticUvwConfigs = [:]
|
||||
}
|
||||
|
||||
sharedUvwConfigs["${pluginName}"] = []
|
||||
sharedUvwConfigs["${pluginName}Dev"] = []
|
||||
|
||||
apply from: "${rootDir}/shared/libuv.gradle"
|
||||
|
||||
model {
|
||||
components {
|
||||
"${pluginName}"(NativeLibrarySpec) {
|
||||
|
||||
Reference in New Issue
Block a user