diff options
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index 009127f..c25895c 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -36,7 +36,7 @@ public: /** * The name of the command as specified in CMakeList.txt. */ - virtual const char* GetName() { return "SET_TARGET_PROPERTIES";} + virtual const char* GetName() { return "SET_TARGET_PROPERTIES";} /** * Succinct documentation. @@ -47,6 +47,13 @@ public: } /** + * Used by this command and cmSetPropertiesCommand + */ + static bool SetOneTarget(const char *tname, + std::vector<std::string> &propertyPairs, + cmMakefile *mf); + + /** * Longer documentation. */ virtual const char* GetFullDocumentation() |