[build] Fix imgui libraries not being published (#7575)

This commit is contained in:
Gold856
2024-12-23 22:05:06 -05:00
committed by GitHub
parent 9b12ddb595
commit b670a59b5b
9 changed files with 13 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ model {
}
}
binaries.all {
lib project: ':thirdparty:imgui_suite', library: 'imgui', linkage: 'static'
lib project: ':thirdparty:imgui_suite', library: 'imguiSuite', linkage: 'static'
if (it.targetPlatform.name == nativeUtils.wpi.platforms.roborio) {
it.buildable = false
return
@@ -99,7 +99,7 @@ model {
}
binaries.all {
lib library: 'wpigui'
lib project: ':thirdparty:imgui_suite', library: 'imgui', linkage: 'static'
lib project: ':thirdparty:imgui_suite', library: 'imguiSuite', linkage: 'static'
}
}
}