diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 17:51:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 17:51:21 +0300 |
commit | 7265fb0bdb4b84f10f52e211fa3d2d48cf406e1f (patch) | |
tree | 2ea25485921b5863661e5f94bc3830cc6c6b49ca /build | |
parent | ca94add8978d70b9f15b3941c59c443374ad2ffc (diff) |
Add msvc-common/version-impl.in
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index 47e4683..833ec58 100644 --- a/build/root.build +++ b/build/root.build @@ -10,3 +10,5 @@ hxx{*}: extension = ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx + +cxx.poptions =+ "-I$src_root" |