4 lines
115 B
CMake
4 lines
115 B
CMake
file(WRITE "${RunCMake_TEST_BINARY_DIR}/MakeCustomIncludes.h" [[
|
|
inline int MakeCustomIncludes() { return 2; }
|
|
]])
|