Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`.
- Host: GitHub
- URL: https://github.com/mike-neck/gradle-native-example
- Owner: mike-neck
- Created: 2020-06-06T09:42:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T04:10:54.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:28:18.827Z (7 months ago)
- Language: Java
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.