aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/lib/libtest/test/buildfile
blob: 5325f1422947fb6a58ab32b1e0f51bd37b339cb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
lib{test}: cxx{utility} cxx{test} extra/cxx{test}
cxx{test} hxx{test}: cli{test}

extra/:
{
  cxx{test} hxx{test}: cli{test}
  cli.options += --cli-namespace test::extra::cli
}

cxx.poptions += -I$out_root -I$src_root
lib{test}: cxx.export.poptions = -I$out_root -I$src_root

cli.options += --cli-namespace test::cli