File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'visual-studio'
3
3
apply plugin : ' edu.wpi.first.NativeUtils'
4
4
5
5
ext {
6
- nativeName = ' Catch2 '
6
+ nativeName = ' catch2 '
7
7
}
8
8
9
9
apply from : " ${ rootDir} /shared/config.gradle"
@@ -13,7 +13,7 @@ def catch2UserConfigOutput = file("$buildDir/generated-includes/catch2/catch_us
13
13
14
14
task generateCatchUserConfig () {
15
15
description = ' Generates the Catch2 user config file.'
16
- group = ' Catch2 '
16
+ group = ' catch2 '
17
17
18
18
outputs. file catch2UserConfigOutput
19
19
inputs. file catch2UserConfigInput
Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ model {
249
249
targetBuildTypes ' debug'
250
250
binaries. all {
251
251
lib library : ' wpiutil' , linkage : ' shared'
252
+ lib project : ' :thirdparty:catch2' , library : ' catch2' , linkage : ' static'
252
253
}
253
254
sources {
254
255
cpp {
You can’t perform that action at this time.
0 commit comments