aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d861fec5cc7482494a6205a00022b21d4594ed3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Definitions
- Native binaries: artifacts such as libraries and executables that are platform dependent, typically C/C++ projects

# Goals:

## Wrapper
- Native binaries are compiled with another build tool, such as Make, Autotools or CMake
- Provides a "Native" configuration with most standard sbt tasks.
Why not provide separate tasks, like nativeCompile and nativeTest? individual tasks don't map, that's the whole idea to use a wrapper

## JNI
- Generate JNI headers