Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d6746fd05c92a8edb94de746846227e6101fc05e
/
.
/
Tests
/
RunCMake
/
install
/
TARGETS-RUNTIME_DEPENDENCIES-macos-two-bundle.cmake
blob: a848a24c3a19e6172140e439a85a76b96586e4b8 [
file
]
enable_language
(
C
)
add_executable
(
exe1 MACOSX_BUNDLE main
.
c
)
add_executable
(
exe2 MACOSX_BUNDLE main
.
c
)
install
(
TARGETS exe1 exe2
RUNTIME_DEPENDENCIES
BUNDLE DESTINATION bundles
FRAMEWORK DESTINATION fw
)