diff options
author | Pavel Solodovnikov <hellyeahdominate@gmail.com> | 2017-06-22 07:53:42 (GMT) |
---|---|---|
committer | Pavel Solodovnikov <hellyeahdominate@gmail.com> | 2017-06-22 07:53:42 (GMT) |
commit | d44bd1c25f3a1cba977eee5a6b2f5bd14c46c73d (patch) | |
tree | 627bd0cbe3d05955bea82c7dbf1e6636f0d5ea22 /Source/CMakeLists.txt | |
parent | 4ba2d2e3d76cb1ec04c612f9646c47d3f1231ad2 (diff) | |
download | CMake-d44bd1c25f3a1cba977eee5a6b2f5bd14c46c73d.zip CMake-d44bd1c25f3a1cba977eee5a6b2f5bd14c46c73d.tar.gz CMake-d44bd1c25f3a1cba977eee5a6b2f5bd14c46c73d.tar.bz2 |
include_guard: implement new command
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 1878b8a..660d632 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -469,6 +469,8 @@ set(SRCS cmIncludeDirectoryCommand.h cmIncludeExternalMSProjectCommand.cxx cmIncludeExternalMSProjectCommand.h + cmIncludeGuardCommand.cxx + cmIncludeGuardCommand.h cmIncludeRegularExpressionCommand.cxx cmIncludeRegularExpressionCommand.h cmInstallCommand.cxx |