blob: dc1c2970b3fdbe6e7468fe5ecb633ee4710dc864 (
plain)
1
2
3
4
5
6
7
8
|
# file : build/root.build
# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
using cxx
cxx.std = 14
cxx.poptions += -I$src_root
|