anatoly-spb / cmake-jni-example

CMake JNI example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake-jni-example

Before run ensure that the JAVA_HOME environment variable is set and points to a valid JDK location

cmake -S . -B build
cmake --build build --config Release
ctest --test-dir build -C Release

About

CMake JNI example


Languages

Language:CMake 39.5%Language:C++ 36.3%Language:Java 24.2%