diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-02-01 15:21:32 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-02-01 15:21:32 (GMT) |
commit | b9d44fc35081a3354429137dff09a8959d8a2a92 (patch) | |
tree | 3365cc08e7324917f01e23dd7214aa79d608897b /Source/cmSourceFile.h | |
parent | 0c61b8699cb2b1c75e033c6a7d27f0b93c0dc7bc (diff) | |
download | CMake-b9d44fc35081a3354429137dff09a8959d8a2a92.zip CMake-b9d44fc35081a3354429137dff09a8959d8a2a92.tar.gz CMake-b9d44fc35081a3354429137dff09a8959d8a2a92.tar.bz2 |
cmSourceFile: Additional static property strings
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r-- | Source/cmSourceFile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h index ab0f229..9936e5a 100644 --- a/Source/cmSourceFile.h +++ b/Source/cmSourceFile.h @@ -120,6 +120,8 @@ private: void CheckLanguage(std::string const& ext); static const std::string propLANGUAGE; + static const std::string propLOCATION; + static const std::string propGENERATED; }; // TODO: Factor out into platform information modules. |