diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-02-23 15:48:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-01 20:31:05 (GMT) |
commit | 9588d0a2e2442e6cc07dd4563399e257d95c792b (patch) | |
tree | 3042f9b4c6300ee2e57d2feecb0ac5cb282808ca /Source/cmSourceFile.h | |
parent | 6cbad490c2fdbd9bdc67b406b9f2dcdc21e08ddb (diff) | |
download | CMake-9588d0a2e2442e6cc07dd4563399e257d95c792b.zip CMake-9588d0a2e2442e6cc07dd4563399e257d95c792b.tar.gz CMake-9588d0a2e2442e6cc07dd4563399e257d95c792b.tar.bz2 |
VS: add VS_CSHARP_<tagname> sourcefile property
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r-- | Source/cmSourceFile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h index b193f65..bbcc300 100644 --- a/Source/cmSourceFile.h +++ b/Source/cmSourceFile.h @@ -86,6 +86,7 @@ public: // Get the properties cmPropertyMap& GetProperties() { return this->Properties; } + const cmPropertyMap& GetProperties() const { return this->Properties; } /** * Check whether the given source file location could refer to this |