Files
CMake/Tests/RunCMake/BuildDepends/CustomCommandDependencies.step2.cmake
2020-12-23 15:47:46 +01:00

4 lines
87 B
CMake

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