Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a4ee3a2bd17d39f3a6d317b50745aaebee7b95e2
/
.
/
Tests
/
RunCMake
/
install
/
TARGETS-RUNTIME_DEPENDENCIES-nodep.cmake
blob: 02466561d627652415e32deada879096a1e1d519 [
file
]
enable_language
(
C
)
add_executable
(
exe main
.
c
)
install
(
TARGETS exe
RUNTIME_DEPENDENCIES
PRE_EXCLUDE_REGEXES
".*"
FRAMEWORK DESTINATION fw
)