diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-24 17:26:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-24 17:26:17 +0200 |
commit | f56b5a42b9aaaeb0c4e7dee894dea9686599b88c (patch) | |
tree | a4c042781770c4fd75fad031b686153bba1beadf /build/root.build | |
parent | e815af118562c68794efbd310c887acd8eae800c (diff) |
Implement proper target type detection in dependency injection
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index dc1c297..5af4637 100644 --- a/build/root.build +++ b/build/root.build @@ -4,5 +4,10 @@ using cxx +hxx.ext = +ixx.ext = ixx +txx.ext = txx +cxx.ext = cxx + cxx.std = 14 cxx.poptions += -I$src_root |