Skip to content

Commit

Permalink
reorder dlt deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDizzy committed Jan 26, 2025
1 parent f7e5688 commit ce78b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalogtool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ model {
}
it.cppCompiler.define("LIBSSH_STATIC")
lib project: ':glass', library: 'glass', 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'
nativeUtils.useRequiredLibrary(it, 'libssh')
if (it.targetPlatform.operatingSystem.isWindows()) {
it.linker.args << 'Gdi32.lib' << 'Shell32.lib' << 'd3d11.lib' << 'd3dcompiler.lib'
Expand Down

0 comments on commit ce78b7e

Please sign in to comment.