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