mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-18 13:10:17 -06:00
4 lines
113 B
CMake
4 lines
113 B
CMake
file(WRITE "${RunCMake_TEST_BINARY_DIR}/../MakeInProjectOnly.h" [[
|
|
int MakeInProjectOnly(void) { return 1; }
|
|
]])
|