summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.h
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2019-09-18 16:22:11 (GMT)
committerCristian Adam <cristian.adam@gmail.com>2019-09-19 11:23:00 (GMT)
commit9d2ac86f45e6f05e8873a0cb3e5e61545fb7c8a7 (patch)
tree1e45d03ae0d3cfd3492af80fd0069259bd932409 /Source/cmSourceFile.h
parent1423507a71199fd76b457ad9b215a6caca70ee58 (diff)
downloadCMake-9d2ac86f45e6f05e8873a0cb3e5e61545fb7c8a7.zip
CMake-9d2ac86f45e6f05e8873a0cb3e5e61545fb7c8a7.tar.gz
CMake-9d2ac86f45e6f05e8873a0cb3e5e61545fb7c8a7.tar.bz2
Precompile Headers: Add precompile header file to source list
The precompile header file will be added to the list of files, and be part of the newly "Precompile Header File" source group. Also make sure the sources have the header as dependency.
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r--Source/cmSourceFile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h
index dd36d45..ff465c7 100644
--- a/Source/cmSourceFile.h
+++ b/Source/cmSourceFile.h
@@ -135,6 +135,8 @@ private:
"hpj" \
"|bat)$"
+#define CM_PCH_REGEX "cmake_pch\\.(h|hxx)$"
+
#define CM_RESOURCE_REGEX "\\.(pdf|plist|png|jpeg|jpg|storyboard|xcassets)$"
#endif