Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for listLinkedLibraries (0.25 sec)

  1. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/LibraryDependenciesIntegrationTest.groovy

            and:
            try {
                println executable("build/exe/main/main").binaryInfo.listLinkedLibraries()
                println sharedLibrary("build/libs/hello/shared/hello").binaryInfo.listLinkedLibraries()
            } catch (UnsupportedOperationException ignored) {
                // Toolchain doesn't support it.
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 12.3K bytes
    - Viewed (0)
Back to top