summaryrefslogtreecommitdiffstats
path: root/pki/cmake/Modules/UseJava.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'pki/cmake/Modules/UseJava.cmake')
-rw-r--r--pki/cmake/Modules/UseJava.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/pki/cmake/Modules/UseJava.cmake b/pki/cmake/Modules/UseJava.cmake
index c0e064cf4..e11b2da95 100644
--- a/pki/cmake/Modules/UseJava.cmake
+++ b/pki/cmake/Modules/UseJava.cmake
@@ -33,6 +33,17 @@
# set(CMAKE_JAVA_TARGET_VERSION 1.2.0)
# add_jar(shibboleet shibbotleet.java)
#
+# Variables set:
+# The add_jar() functions sets some variables which can be used in the
+# same scope where add_jar() is called.
+#
+# <target>_INSTALL_FILES The files which should be installed. This
+# is used by install_jar().
+# <target>_JAR_FILE The location of the jar file so that you
+# can include it.
+# <target>_CLASS_DIR The directory where the class files can be
+# found. For example to use them with javah.
+#
#
# install_jar(TARGET_NAME DESTINATION)
#