blob: 9517a037c8a1a2e15fab5d24031f14a08e343113 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
using cxx
hxx{*}: extension =
ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
cxx.std = 11
cxx.poptions += -I$out_root -I$src_root
# All exe{} in tests/ are, well, tests.
#
tests/: test.exe = true
|