Skip to content

Commit

Permalink
gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Aug 27, 2024
1 parent 3d961a6 commit cc69f2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/catch2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'visual-studio'
apply plugin: 'edu.wpi.first.NativeUtils'

ext {
nativeName = 'Catch2'
nativeName = 'catch2'
}

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

task generateCatchUserConfig() {
description = 'Generates the Catch2 user config file.'
group = 'Catch2'
group = 'catch2'

outputs.file catch2UserConfigOutput
inputs.file catch2UserConfigInput
Expand Down
1 change: 1 addition & 0 deletions wpiutil/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ model {
targetBuildTypes 'debug'
binaries.all {
lib library: 'wpiutil', linkage: 'shared'
lib project: ':thirdparty:catch2', library: 'catch2', linkage: 'static'
}
sources {
cpp {
Expand Down

0 comments on commit cc69f2d

Please sign in to comment.