diff options
author | Justin Goshi <jgoshi@microsoft.com> | 2017-10-13 00:16:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-24 18:58:07 (GMT) |
commit | 296eb9ad4c36379c58e2a4461e765de329d23b5d (patch) | |
tree | da6ecb8d04f1f8b5b2eae3eb2c40e431b3d2f483 /Source/cmServerDictionary.h | |
parent | d0b6c2da8b7fda317e11c66a4b133d4a88eaeef6 (diff) | |
download | CMake-296eb9ad4c36379c58e2a4461e765de329d23b5d.zip CMake-296eb9ad4c36379c58e2a4461e765de329d23b5d.tar.gz CMake-296eb9ad4c36379c58e2a4461e765de329d23b5d.tar.bz2 |
cmake-server: Add target install destinations to codemodel
Protocol version is updated to 1.2 since this is a change
to what was released in cmake version 3.10.
Diffstat (limited to 'Source/cmServerDictionary.h')
-rw-r--r-- | Source/cmServerDictionary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmServerDictionary.h b/Source/cmServerDictionary.h index 405ff6b..03f1cc1 100644 --- a/Source/cmServerDictionary.h +++ b/Source/cmServerDictionary.h @@ -88,6 +88,8 @@ static const std::string kWARN_UNUSED_CLI_KEY = "warnUnusedCli"; static const std::string kWARN_UNUSED_KEY = "warnUnused"; static const std::string kWATCHED_DIRECTORIES_KEY = "watchedDirectories"; static const std::string kWATCHED_FILES_KEY = "watchedFiles"; +static const std::string kHAS_INSTALL_RULE = "hasInstallRule"; +static const std::string kINSTALL_PATHS = "installPaths"; static const std::string kTARGET_CROSS_REFERENCES_KEY = "crossReferences"; static const std::string kLINE_NUMBER_KEY = "line"; |