mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
HAND FIXES: Fixup gradle / cmake / styleguide
This commit is contained in:
committed by
Peter Johnson
parent
105deaddb0
commit
c89910b7c6
@@ -1,5 +1,6 @@
|
||||
cppHeaderFileInclude {
|
||||
\.h$
|
||||
\.hpp$
|
||||
\.inc$
|
||||
\.inl$
|
||||
}
|
||||
@@ -21,10 +22,6 @@ repoRootNameOverride {
|
||||
includeOtherLibs {
|
||||
^GLFW
|
||||
^fmt/
|
||||
^glass/
|
||||
^imgui
|
||||
^libssh/
|
||||
^portable-file-dialog
|
||||
^wpi/
|
||||
^wpigui
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
cppHeaderFileInclude {
|
||||
\.h$
|
||||
\.hpp$
|
||||
\.inc$
|
||||
\.inl$
|
||||
}
|
||||
@@ -21,15 +22,7 @@ repoRootNameOverride {
|
||||
includeOtherLibs {
|
||||
^GLFW
|
||||
^fmt/
|
||||
^frc/
|
||||
^glass/
|
||||
^gtest/
|
||||
^imgui
|
||||
^implot\.h$
|
||||
^networktables/
|
||||
^portable-file-dialogs\.h$
|
||||
^ntcore
|
||||
^units/
|
||||
^wpi/
|
||||
^wpigui
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
cppHeaderFileInclude {
|
||||
\.h$
|
||||
\.hpp$
|
||||
\.inc$
|
||||
\.inl$
|
||||
}
|
||||
@@ -21,15 +22,7 @@ repoRootNameOverride {
|
||||
includeOtherLibs {
|
||||
^GLFW
|
||||
^fmt/
|
||||
^frc/
|
||||
^glass/
|
||||
^gtest/
|
||||
^imgui
|
||||
^implot\.h$
|
||||
^networktables/
|
||||
^portable-file-dialogs\.h$
|
||||
^ntcore
|
||||
^units/
|
||||
^wpi/
|
||||
^wpigui
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
cppHeaderFileInclude {
|
||||
\.h$
|
||||
\.hpp$
|
||||
\.inc$
|
||||
\.inl$
|
||||
}
|
||||
@@ -24,13 +25,9 @@ includeOtherLibs {
|
||||
^GLFW
|
||||
^ceres/
|
||||
^fmt/
|
||||
^frc/
|
||||
^gtest/
|
||||
^imgui
|
||||
^implot\.h$
|
||||
^mrcal_wrapper\.h$
|
||||
^opencv2\.h$
|
||||
^portable-file-dialogs\.h$
|
||||
^wpi/
|
||||
^wpigui
|
||||
}
|
||||
|
||||
@@ -120,7 +120,7 @@ nativeUtils.platformConfigs.each {
|
||||
it.cppCompiler.args.add("-fpermissive")
|
||||
}
|
||||
}
|
||||
def testResources = "\"$rootDir/wpical/src/main/native/assets\"".replace("\\", "/")
|
||||
def testResources = "\"$rootDir/tools/wpical/src/main/native/assets\"".replace("\\", "/")
|
||||
model {
|
||||
components {
|
||||
"${nativeName}"(NativeExecutableSpec) {
|
||||
|
||||
Reference in New Issue
Block a user