mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-29 04:14:27 +00:00
4 lines
87 B
CMake
4 lines
87 B
CMake
file(WRITE "${RunCMake_TEST_BINARY_DIR}/main.c.in" [[
|
|
int main(void) { return 2; }
|
|
]])
|