Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for greetingHeader (0.28 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppLanguageParallelIntegrationTest.groovy

                buildFile << app.extraConfiguration
    
                app.executable.writeSources(file("src/${name}Main"))
                app.library.writeSources(file("src/${name}Hello"))
                app.greetingsHeader.writeToDir(file("src/${name}Hello"))
                app.greetingsSources*.writeToDir(file("src/${name}Greetings"))
    
                buildFile << """
                    model {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/LibraryApiDependenciesIntegrationTest.groovy

            given:
            def app = new ExeWithLibraryUsingLibraryHelloWorldApp()
            app.executable.writeSources(file("src/main"))
            app.library.writeSources(file("src/hello"))
            app.greetingsHeader.writeToDir(file("src/hello"))
            app.greetingsSources*.writeToDir(file("src/greetings"))
    
            and:
            buildFile << """
    model {
        components {
            main(NativeExecutableSpec) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top