diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2018-01-09 14:09:53 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2018-01-10 16:21:11 (GMT) |
commit | d6dfde3cd35b4e1747f5658b585022961aa800b3 (patch) | |
tree | 139e25187509dab98b8737c172971673340688e0 /Source/cmSourceFile.h | |
parent | b0716fbcc5be83ecd082e8b6d101f1137d6f16f8 (diff) | |
download | CMake-d6dfde3cd35b4e1747f5658b585022961aa800b3.zip CMake-d6dfde3cd35b4e1747f5658b585022961aa800b3.tar.gz CMake-d6dfde3cd35b4e1747f5658b585022961aa800b3.tar.bz2 |
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 ab40da3..1516d98 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> |