mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
b751a857cc
Also rename from "CustomCommandDependencies".
4 lines
87 B
CMake
4 lines
87 B
CMake
file(WRITE "${RunCMake_TEST_BINARY_DIR}/main.c.in" [[
|
|
int main(void) { return 2; }
|
|
]])
|