diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2018-01-09 09:09:53 -0500 |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2018-01-10 11:21:11 -0500 |
commit | d6dfde3cd35b4e1747f5658b585022961aa800b3 (patch) | |
tree | 139e25187509dab98b8737c172971673340688e0 /Source/cmSourceFile.h | |
parent | b0716fbcc5be83ecd082e8b6d101f1137d6f16f8 (diff) | |
download | cmake-d6dfde3cd35b4e1747f5658b585022961aa800b3.tar.gz |
cmSourceFile: mark known locations as such
Primarily, this includes:
- the rule files generated for custom targets;
- source files representing custom targets directly;
- outputs of custom commands;
- byproducts of custom commands; and
- dependencies of custom commands.
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r-- | Source/cmSourceFile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h index ab40da3d35..1516d98eda 100644 --- a/Source/cmSourceFile.h +++ b/Source/cmSourceFile.h @@ -7,6 +7,7 @@ #include "cmPropertyMap.h" #include "cmSourceFileLocation.h" +#include "cmSourceFileLocationKind.h" #include <string> #include <vector> |