Files
CMake/Tests/RunCMake/BuildDepends/CustomCommandDepends.step2.cmake
Brad King b751a857cc Tests/RunCMake/BuildDepends: Simplify CustomCommandDepends case
Also rename from "CustomCommandDependencies".
2024-09-12 12:24:48 -04:00

4 lines
87 B
CMake

file(WRITE "${RunCMake_TEST_BINARY_DIR}/main.c.in" [[
int main(void) { return 2; }
]])