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