Skip to content

Commit 6b00dc7

Browse files
committed
gradle
1 parent 588d080 commit 6b00dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)