diff options
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r-- | Source/cmSourceFile.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h index 423e440..1eca56e 100644 --- a/Source/cmSourceFile.h +++ b/Source/cmSourceFile.h @@ -53,6 +53,10 @@ public: const char *GetProperty(const char *prop) const; bool GetPropertyAsBool(const char *prop) const; + /** Implement getting a property when called from a CMake language + command like get_property or get_source_file_property. */ + const char* GetPropertyForUser(const char *prop); + /** * The full path to the file. The non-const version of this method * may attempt to locate the file on disk and finalize its location. |