Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for otherSourceFiles (0.11 sec)

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

        IncrementalHelloWorldApp app
        String compileTask
        TestFile sourceFile
        TestFile sharedHeaderFile
        TestFile commonHeaderFile
        TestFile otherHeaderFile
        List<TestFile> otherSourceFiles = []
        TestFile objectFileDir
        CompilationOutputsFixture outputs
    
        abstract IncrementalHelloWorldApp getHelloWorldApp()
    
        String getSourceType() {
            GUtil.toCamelCase(app.sourceType)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 19.5K bytes
    - Viewed (0)
Back to top