summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BuildDepends/MakeCustomIncludes.step1.cmake
blob: 6bb01a6bc1a56504e6221adf08ffc88e68e78d0e (plain)
1
2
3
file(WRITE "${RunCMake_TEST_BINARY_DIR}/MakeCustomIncludes.h" [[
inline int MakeCustomIncludes() { return 1; }
]])