cmake install examples

Signatures

install(TARGETS <target>... [EXPORT <export-name>]
  [RUNTIME_DEPENDENCIES <arg>...|RUNTIME_DEPENDENCY_SET <set-name>]
  [<artifact-option>...]
  [<artifact-kind> <artifact-option>...]...
  [INCLUDES DESTINATION [<dir> ...]]
)

Examples

OpenMS/OpenMS src/openms_gui/add_mac_bundle.cmake :98

install(IMPORTED_RUNTIME_ARTIFACTS "Qt6::QCocoaIntegrationPlugin"
              DESTINATION "${INSTALL_PLUGIN_DIR}/platforms"
              RUNTIME_DEPENDENCY_SET OPENMS_DEPS
              COMPONENT Dependencies)