summaryrefslogtreecommitdiff
path: root/test cases/cmake/11 cmake_module_path/subprojects/cmMod/gen.py
blob: 5c7164604028bc08a01ac78140835b79b94e0856 (plain)
1
2
3
4
5
6
7
8
9
with open('main.c', 'w') as fp:
  print('''
#include <stdio.h>

int main(void) {
  printf(\"Hello World\");
  return 0;
}
''', file=fp)