diff options
Diffstat (limited to 'tests/cli/lib/libtest/build')
-rw-r--r-- | tests/cli/lib/libtest/build/root.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cli/lib/libtest/build/root.build b/tests/cli/lib/libtest/build/root.build index f8d3d9e..c9ff67d 100644 --- a/tests/cli/lib/libtest/build/root.build +++ b/tests/cli/lib/libtest/build/root.build @@ -1,5 +1,5 @@ using cxx -hxx.ext = -ixx.ext = ipp -cxx.ext = cpp +hxx{*}: extension = +ixx{*}: extension = ipp +cxx{*}: extension = cpp |