Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0878306386d42084e8abc3525393ae2b65acf725
/
.
/
Tests
/
RunCMake
/
install
/
TARGETS-RUNTIME_DEPENDENCIES-cross.cmake
blob: 36b2eb7b4d6d4a494b32e3b666ce229ae64143ee [
file
] [
log
] [
blame
]
enable_language
(
C
)
add_executable
(
exe main
.
c
)
install
(
TARGETS exe RUNTIME_DEPENDENCIES
)