Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mike-neck/gradle-native-example

Compile Java application with JNI, and cpp project using Gradle's `cpp-plugin`.
https://github.com/mike-neck/gradle-native-example

Last synced: 4 months ago
JSON representation

Compile Java application with JNI, and cpp project using Gradle's `cpp-plugin`.

Awesome Lists containing this project

README

        

gradle-native-example
===

Compile Java application with JNI, and cpp project using Gradle's `cpp-plugin`.

Projects
---

- `java-app` - An application with native method(thus generates header file).
- `cpp-lib` - A cpp library project implements generated header file.