From f56b5a42b9aaaeb0c4e7dee894dea9686599b88c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 24 Jun 2015 17:26:17 +0200 Subject: Implement proper target type detection in dependency injection --- build/root.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build/root.build') 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 -- cgit v1.1