cmake install_jar_exports examples

Signatures

install_jar_exports(TARGETS <jars>...
  [NAMESPACE <namespace>]
  FILE <filename>
DESTINATION <destination> [COMPONENT <component>])

Examples

wpilibsuite/allwpilib apriltag/CMakeLists.txt :80

install_jar_exports(TARGETS apriltag_jar FILE apriltag_jar.cmake DESTINATION share/apriltag)

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/UseJava.cmake :242

install_jar_exports()