diff options
Diffstat (limited to 'Source/cmFindIncludeCommand.h')
-rw-r--r-- | Source/cmFindIncludeCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmFindIncludeCommand.h b/Source/cmFindIncludeCommand.h index 4b2cd4a..7381032 100644 --- a/Source/cmFindIncludeCommand.h +++ b/Source/cmFindIncludeCommand.h @@ -70,6 +70,8 @@ public: return "FIND_INCLUDE(DEFINE try1 try2 ...)"; } + + cmTypeMacro(cmFindIncludeCommand, cmCommand); }; |