Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for CppBinary (0.08 sec)

  1. platforms/native/language-native/src/main/java/org/gradle/language/cpp/CppExecutable.java

    import org.gradle.language.nativeplatform.ComponentWithRuntimeUsage;
    
    /**
     * An executable built from C++ source.
     *
     * @since 4.2
     */
    public interface CppExecutable extends CppBinary, ComponentWithExecutable, ComponentWithInstallation, ComponentWithOutputs, ComponentWithRuntimeUsage, PublishableComponent {
        /**
         * Returns the executable file to use with a debugger for this executable.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/main/java/org/gradle/language/cpp/CppComponent.java

         */
        Configuration getImplementationDependencies();
    
        /**
         * Returns the binaries for this library.
         *
         * @since 4.5
         */
        @Override
        BinaryCollection<? extends CppBinary> getBinaries();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top