cmake copy_resolved_framework_into_bundle examples

Signatures

copy_resolved_framework_into_bundle(<resolved_item> <resolved_embedded_item>)

Examples

MultiMC/Launcher cmake/BundleUtilities.cmake :642

copy_resolved_framework_into_bundle("${${key}_RESOLVED_ITEM}"
            "${${key}_RESOLVED_EMBEDDED_ITEM}")

Slicer/Slicer CMake/BundleUtilitiesWithRPath.cmake :847

copy_resolved_framework_into_bundle("${${key}_RESOLVED_ITEM}"
            "${${key}_RESOLVED_EMBEDDED_ITEM}")

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

copy_resolved_framework_into_bundle("${${key}_RESOLVED_ITEM}"
            "${${key}_RESOLVED_EMBEDDED_ITEM}")

Slicer/SlicerGitSVNArchive CMake/BundleUtilitiesWithRPath.cmake :847

copy_resolved_framework_into_bundle("${${key}_RESOLVED_ITEM}"
            "${${key}_RESOLVED_EMBEDDED_ITEM}")

FrictionalGames/AmnesiaAMachineForPigs HPL2/core/CMakeLists.txt :266

copy_resolved_framework_into_bundle(\${DEP_LIB_DIR}/\${framework}.framework/Versions/A/\${framework} \${framework_path}/\${framework}.framework/Versions/A/\${framework})

MITK/MITK CMake/BundleUtilities.cmake :947

copy_resolved_framework_into_bundle("${${key}_RESOLVED_ITEM}"
            "${${key}_RESOLVED_EMBEDDED_ITEM}")

NGSolve/netgen cmake/netgen_fixup.cmake :25

copy_resolved_framework_into_bundle("${${key}_RESOLVED_ITEM}"
            "${${key}_RESOLVED_EMBEDDED_ITEM}")

RasPlex/OpenPHT plex/BundleUtilitiesPlex.cmake :650

copy_resolved_framework_into_bundle("${${key}_RESOLVED_ITEM}"
            "${${key}_RESOLVED_EMBEDDED_ITEM}")