cmake get_bundle_all_executables examples

Signatures

get_bundle_all_executables(<bundle> <exes_var>)

Examples

alicevision/AliceVision src/cmake/MakeBundle.cmake :121

get_bundle_all_executables(${CMAKE_INSTALL_FULL_BINDIR} BUNDLE_APPS)

MultiMC/Launcher cmake/BundleUtilities.cmake :421

get_bundle_all_executables("${bundle}" exes)

Slicer/Slicer CMake/BundleUtilitiesWithRPath.cmake :479

get_bundle_all_executables("${exe_dotapp_dir}" gp_bundle_executables)

monadgroup/axiom cmake/modules/BundleUtilities.cmake :525

get_bundle_all_executables("${bundle}" exes)

Slicer/SlicerGitSVNArchive CMake/BundleUtilitiesWithRPath.cmake :479

get_bundle_all_executables("${exe_dotapp_dir}" gp_bundle_executables)

MITK/MITK CMake/BundleUtilities.cmake :558

get_bundle_all_executables("${bundle}" exes)

RasPlex/OpenPHT plex/BundleUtilitiesPlex.cmake :422

get_bundle_all_executables("${bundle}" exes)