diff options
Diffstat (limited to 'Source/cmWin32DefinesCommand.h')
-rw-r--r-- | Source/cmWin32DefinesCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmWin32DefinesCommand.h b/Source/cmWin32DefinesCommand.h index a8e0da8..af07265 100644 --- a/Source/cmWin32DefinesCommand.h +++ b/Source/cmWin32DefinesCommand.h @@ -75,6 +75,8 @@ public: "WIN32_DEFINES(-DFOO -DBAR ...)\n" "Add -D define flags to command line for Win32 environments."; } + + cmTypeMacro(cmWin32DefinesCommand, cmCommand); }; |