blob: f572d78f2f7f62e2d8814454a6417f0e13be77c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : build/root.build
# license : MIT; see accompanying LICENSE file
cxx.std = latest
using cxx
hxx{*}: extension = hxx
ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
cxx.poptions =+ "-I$out_root" "-I$src_root"
|