diff options
Diffstat (limited to 'libmhello/build/root.build')
-rw-r--r-- | libmhello/build/root.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libmhello/build/root.build b/libmhello/build/root.build new file mode 100644 index 0000000..0f4a099 --- /dev/null +++ b/libmhello/build/root.build @@ -0,0 +1,10 @@ +cxx.std = experimental + +cxx.features.symexport = true + +using cxx + +assert $cxx.features.modules 'c++ compiler does not support modules' + +mxx{*}: extension = mxx +cxx{*}: extension = cxx |