diff options
Diffstat (limited to 'old-tests/cli/lib/libtest')
-rw-r--r-- | old-tests/cli/lib/libtest/test/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old-tests/cli/lib/libtest/test/buildfile b/old-tests/cli/lib/libtest/test/buildfile index 6b0d9bd..a7667e6 100644 --- a/old-tests/cli/lib/libtest/test/buildfile +++ b/old-tests/cli/lib/libtest/test/buildfile @@ -13,8 +13,8 @@ extra/: --cli-namespace test::extra::cli } -cxx.poptions += -I$out_root -I$src_root -lib{test}: cxx.export.poptions = -I$out_root -I$src_root +cxx.poptions += "-I$out_root" "-I$src_root" +lib{test}: cxx.export.poptions = "-I$out_root" "-I$src_root" cli.options += --include-prefix test --guard-prefix TEST \ --cli-namespace test::cli |