summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/BuildDepends/CustomCommandDependencies.step1.cmake
blob: 87576ebf0027972a75aa0dc23d7ff13a31bd9319 (plain)
1
2
3
file(WRITE "${RunCMake_TEST_BINARY_DIR}/main.c.in" [[
int main(void) { return 1; }
]])