blob: 927ee64a5a09a31d9fdd44bd9b6938957c571b14 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : build/root.build
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Load common modules that are used by subproject so that they use
# common configuration.
#
using cxx
using c
using? cli
|