CompilerDependencies.step1.cmake 179 B

123456789
  1. file(WRITE "${RunCMake_TEST_BINARY_DIR}/main.h" [[
  2. #define COUNT 1
  3. ]])
  4. file(WRITE "${RunCMake_TEST_BINARY_DIR}/main.c" [[
  5. #include "main.h"
  6. int main(void) { return COUNT; }
  7. ]])