Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b4db306afff5da683aedd99bd8a9ea0c850f22df
/
.
/
Tests
/
RunCMake
/
install
/
TARGETS-RUNTIME_DEPENDENCIES-macos-no-framework.cmake
blob: 36b2eb7b4d6d4a494b32e3b666ce229ae64143ee [
file
]
enable_language
(
C
)
add_executable
(
exe main
.
c
)
install
(
TARGETS exe RUNTIME_DEPENDENCIES
)