Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for privateHeaders (0.1 sec)

  1. platforms/native/tooling-native/src/crossVersionTest/groovy/org/gradle/language/cpp/tooling/r410/CppModelCrossVersionSpec.groovy

                apply plugin: 'cpp-application'
                application {
                    baseName = 'some-app'
                    source.from 'src'
                    source.from 'other/app-impl.cpp'
                    privateHeaders.from = ['include']
                    binaries.configureEach {
                        compileTask.get().includes.from("other")
                        compileTask.get().compilerArgs.add("--compile=\$name")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 25.4K bytes
    - Viewed (0)
Back to top