Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4f3ad3c9ec909c9a96a4b358f5a96c6dcddd3520
/
.
/
shared
/
nilibraries.gradle
blob: efb9cfc8f074637f4dc8668cb2b02fdf6b2ac9d7 [
file
] [
log
] [
blame
]
model
{
binaries
{
all
{
if
(
it
.
targetPlatform
.
name
==
nativeUtils
.
wpi
.
platforms
.
roborio
)
{
nativeUtils
.
useRequiredLibrary
(
it
,
'netcomm_shared'
,
'chipobject_shared'
)
}
}
}
}