HDFFV-10805 Add option to only build shared targets
HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See 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