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
/
BuildDepends
/
C-Exe.step1.cmake
blob: 08e29495a4242f3febd508a60ef06ba724c97e97 (
plain
)
1
2
3
file(WRITE "${RunCMake_TEST_BINARY_DIR}/main.c" [[ int main(void) { return 1; } ]])