diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-10-17 19:05:00 +0100 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-10-17 19:05:00 +0100 |
| commit | 0f8ae514592c46dc8465bc5830d7a830b68affe2 (patch) | |
| tree | a91d30571a7c00f0e467addc27e3b4f18e9c99af /scons_configure_template.py | |
| parent | dfdf80417e6b4a6b1a353810ba473aa70e0c9abd (diff) | |
Added support for include-what-you-use in a very simplistic fashion to the Scons build. This isn't exactly production ready because the qt headers are a nightmarish web of interdependencies but it's useful for checking.
I've also removed a few unused include files it detected and corrected some things that upset clang in a big way.
Diffstat (limited to 'scons_configure_template.py')
| -rw-r--r-- | scons_configure_template.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scons_configure_template.py b/scons_configure_template.py index 67a8fad6..e4116adf 100644 --- a/scons_configure_template.py +++ b/scons_configure_template.py @@ -31,3 +31,6 @@ ZLIBPATH = r"C:\Apps\zlib-1.2.8" # though you have to set it up in the configuration
GIT = r"C:\Program Files\git\bin\git.exe"
MERCURIAL = r"C:\Program Files\TortoiseHg\hg.exe"
+
+# Path to include-what-you-use. This is currently rather experimental
+#IWYU = r"C:\Apps\include-what-you-use\bin\include-what-you-use.exe"
|
