diff options
Diffstat (limited to 'Source/cmGetCMakePropertyCommand.cxx')
-rw-r--r-- | Source/cmGetCMakePropertyCommand.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmGetCMakePropertyCommand.cxx b/Source/cmGetCMakePropertyCommand.cxx index 0b66b14..43063af 100644 --- a/Source/cmGetCMakePropertyCommand.cxx +++ b/Source/cmGetCMakePropertyCommand.cxx @@ -63,6 +63,10 @@ bool cmGetCMakePropertyCommand::InitialPass( cc++; } } + else if ( args[1] == "MACROS" ) + { + m_Makefile->GetListOfMacros(output); + } else { std::string emsg = "Unknown CMake property: " + args[1]; |