Skip to content

Commit d5d63eb

Browse files
committed
gradle
1 parent 588d080 commit d5d63eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

thirdparty/catch2/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'visual-studio'
33
apply plugin: 'edu.wpi.first.NativeUtils'
44

55
ext {
6-
nativeName = 'Catch2'
6+
nativeName = 'catch2'
77
}
88

99
apply from: "${rootDir}/shared/config.gradle"
@@ -13,7 +13,7 @@ def catch2UserConfigOutput = file("$buildDir/generated-includes/catch2/catch_us
1313

1414
task generateCatchUserConfig() {
1515
description = 'Generates the Catch2 user config file.'
16-
group = 'Catch2'
16+
group = 'catch2'
1717

1818
outputs.file catch2UserConfigOutput
1919
inputs.file catch2UserConfigInput

wpiutil/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ model {
249249
targetBuildTypes 'debug'
250250
binaries.all {
251251
lib library: 'wpiutil', linkage: 'shared'
252+
lib project: ':thirdparty:catch2', library: 'catch2', linkage: 'static'
252253
}
253254
sources {
254255
cpp {

0 commit comments

Comments
 (0)