mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
HAND FIXES: Fixup gradle / cmake / styleguide
This commit is contained in:
committed by
Peter Johnson
parent
105deaddb0
commit
c89910b7c6
@@ -34,18 +34,13 @@ repoRootNameOverride {
|
||||
}
|
||||
|
||||
includeOtherLibs {
|
||||
^FRC_FPGA_ChipObject/
|
||||
^FRC_NetworkCommunication/
|
||||
^fmt/
|
||||
^gtest/
|
||||
^i2clib/
|
||||
^llvm/
|
||||
^networktables/
|
||||
^ntcore
|
||||
^opencv2/
|
||||
^spilib/
|
||||
^support/
|
||||
^wpi/
|
||||
}
|
||||
|
||||
includeProject {
|
||||
|
||||
@@ -9,7 +9,7 @@ ext {
|
||||
|
||||
nativeName = 'hal'
|
||||
setBaseName = 'wpiHal'
|
||||
devMain = 'edu.wpi.first.hal.DevMain'
|
||||
devMain = 'org.wpilib.hardware.hal.DevMain'
|
||||
generatedHeaders = "src/generated/main/native/include"
|
||||
splitSetup = {
|
||||
if (it.targetPlatform.name == nativeUtils.wpi.platforms.systemcore) {
|
||||
|
||||
Reference in New Issue
Block a user