Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sharedHeaderFile (0.17 sec)

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

            outputs.snapshot { run "mainExecutable" }
    
            file("src/additional-headers/other.h") << """
        // extra header file that is not included in source
    """
            file("src/replacement-headers/${sharedHeaderFile.name}") << """
        // replacement header file that is included in source
    """
    
            when:
            buildFile << """
        model {
            components {
                main {
                    sources {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/objectivec/ObjectiveCLanguageIncrementalCompileIntegrationTest.groovy

            outputs.snapshot { run "mainExecutable" }
    
            file("src/additional-headers/other.h") << """
        // extra header file that is not included in source
    """
            file("src/replacement-headers/${sharedHeaderFile.name}") << """
        // replacement header file that is included in source
    """
    
            when:
            buildFile << """
        model {
            components {
                main {
                    sources {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top