| 2422 | } |
| 2423 | |
| 2424 | std::vector<std::string> cmMakefile::GetDefinitions() const |
| 2425 | { |
| 2426 | std::vector<std::string> res = this->StateSnapshot.ClosureKeys(); |
| 2427 | cm::append(res, this->GetState()->GetCacheEntryKeys()); |
| 2428 | std::sort(res.begin(), res.end()); |
| 2429 | return res; |
| 2430 | } |
| 2431 | |
| 2432 | std::string const& cmMakefile::ExpandVariablesInString( |
| 2433 | std::string& source) const |