Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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
)