parent
09739284be
commit
1058430898
5 changed files with 9 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
project('pch', 'c') |
||||
# It is not allowed to have the PCH implementation in a different |
||||
# folder than the header. |
||||
exe = executable('prog', 'prog.c', |
||||
c_pch : ['include/pch.h', 'src/pch.c']) |
@ -0,0 +1 @@ |
||||
int main() {} |
Loading…
Reference in new issue