Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for StaticLibraryBinarySpec (0.3 sec)

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

                    apply plugin: "cpp"
                    model {
                        // Allow static libraries to be linked into shared
                        binaries {
                            withType(StaticLibraryBinarySpec) {
                                if (toolChain in Gcc || toolChain in Clang) {
                                    cppCompiler.args '-fPIC'
                                }
                            }
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    [[sec:building_an_executable]]
    == Building an executable
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/dsl/dsl.xml

                </tr>
                <tr>
                    <td>org.gradle.nativeplatform.SharedLibraryBinarySpec</td>
                </tr>
                <tr>
                    <td>org.gradle.nativeplatform.StaticLibraryBinarySpec</td>
                </tr>
                <tr>
                    <td>org.gradle.nativeplatform.test.NativeTestSuiteBinarySpec</td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (2)
  4. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.nativeplatform.StaticLibraryBinarySpec.getStaticLibraryFile()> does not have raw return type assignable to org.gradle.api.provider.Property in (StaticLibraryBinarySpec.java:0)
    Method <org.gradle.nativeplatform.StaticLibraryBinarySpec.getTasks()> does not have raw return type assignable to org.gradle.api.provider.Provider in (StaticLibraryBinarySpec.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top