gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

Demonstrate how to consume prebuilt binaries from an arbitrary location #996

Open lacasseio opened 5 years ago

lacasseio commented 5 years ago

The solution to this sample should be similar to https://github.com/gradle/gradle-native/issues/510.

Bonus point for showing how to download the prebuilt binary compressed package from a remote location.

lacasseio commented 5 years ago

See https://github.com/gradle/gradle-native/issues/985 for more information on how users currently accomplish this use-case.

lacasseio commented 5 years ago

One example of such request: https://discuss.gradle.org/t/cpp-application-how-to-link-a-static-lib/31001