diff options
Diffstat (limited to 'test cases/14 cxx pch/builder.txt')
-rw-r--r-- | test cases/14 cxx pch/builder.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/14 cxx pch/builder.txt b/test cases/14 cxx pch/builder.txt index 8d27a17..0c6396a 100644 --- a/test cases/14 cxx pch/builder.txt +++ b/test cases/14 cxx pch/builder.txt @@ -1,3 +1,3 @@ project('c++ pch test', 'c++') exe = executable('prog', 'prog.cc') -exe.pch('pch/prog.hh')
\ No newline at end of file +exe.pch('pch/prog.hh') |