Skip to content

Commit

Permalink
sysid deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDizzy committed Jan 26, 2025
1 parent ce78b7e commit 5ff89bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ model {
}
lib project: ':glass', library: 'glass', linkage: 'static'
lib project: ':wpimath', library: 'wpimath', linkage: 'static'
lib project: ':wpiutil', library: 'wpiutil', linkage: 'static'
lib project: ':wpigui', library: 'wpigui', linkage: 'static'
lib project: ':libdatalog', library: 'libdatalog', linkage: 'static'
lib project: ':thirdparty:imgui_suite', library: 'imguiSuite', linkage: 'static'
lib project: ':wpiutil', library: 'wpiutil', linkage: 'static'
if (it.targetPlatform.operatingSystem.isWindows()) {
it.linker.args << 'Gdi32.lib' << 'Shell32.lib' << 'd3d11.lib' << 'd3dcompiler.lib'
it.linker.args << '/DELAYLOAD:MF.dll' << '/DELAYLOAD:MFReadWrite.dll' << '/DELAYLOAD:MFPlat.dll' << '/delay:nobind'
Expand Down

0 comments on commit 5ff89bf

Please sign in to comment.