mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
ENH: Added GetComplainRegularExpression method.
This commit is contained in:
parent
f765a56de7
commit
1d1bd31933
@ -422,6 +422,10 @@ public:
|
||||
{
|
||||
m_ComplainFileRegularExpression = regex;
|
||||
}
|
||||
const char* GetComplainRegularExpression()
|
||||
{
|
||||
return m_ComplainFileRegularExpression.c_str();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the list of targets
|
||||
|
Loading…
Reference in New Issue
Block a user