index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
install
/
TARGETS-RUNTIME_DEPENDENCIES-macos-no-framework.cmake
blob: 36b2eb7b4d6d4a494b32e3b666ce229ae64143ee (
plain
)
1
2
3
4
enable_language(C) add_executable(exe main.c) install(TARGETS exe RUNTIME_DEPENDENCIES)