mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
add_jar: add option GENERATE_NATIVE_HEADERS
This commit is contained in:
10
Tests/JavaNativeHeaders/E.cpp
Normal file
10
Tests/JavaNativeHeaders/E.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#include <jni.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "E.h"
|
||||
|
||||
JNIEXPORT void JNICALL Java_E_printName(JNIEnv*, jobject)
|
||||
{
|
||||
printf("E\n");
|
||||
}
|
||||
Reference in New Issue
Block a user