This website requires JavaScript.
Explore
Help
Register
Sign In
Team2890
/
allwpilib
Watch
4
Star
0
Fork
0
You've already forked allwpilib
mirror of
https://github.com/wpilibsuite/allwpilib
synced
2026-07-02 02:51:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d1fb8cc209f08e8595c2b26cae495a69835c8a3e
allwpilib
/
settings.gradle
6 lines
78 B
Groovy
Raw
Normal View
History
Unescape
Escape
Added skipArm flag to disable the arm build entirely Change-Id: I49c6cb3bfb3b1eda60d5b99b634b1e82fb2afcc8
2015-12-29 12:08:51 -05:00
include
'native'
,
'gmock'
if
(
!
hasProperty
(
'skipArm'
)
)
{
include
'arm'
}
Reference in New Issue
Copy Permalink