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