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