diff options
Diffstat (limited to 'Source/cmAuxSourceDirectoryCommand.h')
-rw-r--r-- | Source/cmAuxSourceDirectoryCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmAuxSourceDirectoryCommand.h b/Source/cmAuxSourceDirectoryCommand.h index c830a76..905d63a 100644 --- a/Source/cmAuxSourceDirectoryCommand.h +++ b/Source/cmAuxSourceDirectoryCommand.h @@ -67,6 +67,8 @@ public: return "AUX_SOURCE_DIRECTORY(dir)"; } + + cmTypeMacro(cmAuxSourceDirectoryCommand, cmCommand); }; |