summaryrefslogtreecommitdiffstats
path: root/Modules/FindJNI.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-27 21:30:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-27 21:30:26 (GMT)
commite29b587d598ced4d1d32da42a8fd7efe464a6288 (patch)
tree437e16b5b8ca16028ca45f8afcb68e758132581f /Modules/FindJNI.cmake
parent9ae7fb964c127abbc3861cbd5c28e3ba9a746ddb (diff)
downloadCMake-e29b587d598ced4d1d32da42a8fd7efe464a6288.zip
CMake-e29b587d598ced4d1d32da42a8fd7efe464a6288.tar.gz
CMake-e29b587d598ced4d1d32da42a8fd7efe464a6288.tar.bz2
ENH: More documentation
Diffstat (limited to 'Modules/FindJNI.cmake')
-rw-r--r--Modules/FindJNI.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/FindJNI.cmake b/Modules/FindJNI.cmake
index a0f9266..694bc96 100644
--- a/Modules/FindJNI.cmake
+++ b/Modules/FindJNI.cmake
@@ -4,7 +4,9 @@
# the library is. This code sets the following variables:
#
# JAVA_AWT_LIB_PATH = the path to the jawt library
+# JAVA_JVM_LIB_PATH = the path to the jvm library
# JAVA_INCLUDE_PATH = the include path to jni.h
+# JAVA_INCLUDE_PATH2 = the include path to jni.h
# JAVA_AWT_INCLUDE_PATH = the include path to jawt.h
#
@@ -115,6 +117,7 @@ FIND_PATH(JAVA_AWT_INCLUDE_PATH jawt.h
MARK_AS_ADVANCED(
JAVA_AWT_LIBRARY
+ JAVA_JVM_LIBRARY
JAVA_AWT_INCLUDE_PATH
JAVA_INCLUDE_PATH
JAVA_INCLUDE_PATH2