mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
Help: Convert remaining modules to block-style comments
This commit is contained in:
committed by
Kyle Edwards
parent
7115aa6c22
commit
df4ed1e9ff
@@ -1,17 +1,18 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
#.rst:
|
||||
# UseJavaClassFilelist
|
||||
# --------------------
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
# This script create a list of compiled Java class files to be added to
|
||||
# a jar file. This avoids including cmake files which get created in
|
||||
# the binary directory.
|
||||
#[=======================================================================[.rst:
|
||||
UseJavaClassFilelist
|
||||
--------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
This script create a list of compiled Java class files to be added to
|
||||
a jar file. This avoids including cmake files which get created in
|
||||
the binary directory.
|
||||
#]=======================================================================]
|
||||
|
||||
if (CMAKE_JAVA_CLASS_OUTPUT_PATH)
|
||||
if (EXISTS "${CMAKE_JAVA_CLASS_OUTPUT_PATH}")
|
||||
|
||||
Reference in New Issue
Block a user