blob: 174f2923fb5d12f479d3d46978306a4cae1c7ff0 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : build/root.build
# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
using cxx
cxx.std = 11
tests/: install = false # Don't install tests.
|