Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f2b438cb0afb577ee87c8bc2295ed3d263fc85f2
/
.
/
Tests
/
RunCMake
/
install
/
TARGETS-RUNTIME_DEPENDENCIES-macos-two-bundle.cmake
blob: a848a24c3a19e6172140e439a85a76b96586e4b8 [
file
] [
log
] [
blame
]
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
)