blob: 4e7e989b51b1eb7478e929172eba9812de3c77c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = experimental
using cxx
if! $cxx.features.modules
warn 'c++ compiler does not support modules'
hxx{*}: extension = hxx
mxx{*}: extension = mxx
cxx{*}: extension = cxx
|