summaryrefslogtreecommitdiff
path: root/Source/cmServerDictionary.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2017-10-12 17:16:57 -0700
committerBrad King <brad.king@kitware.com>2017-10-24 14:58:07 -0400
commit296eb9ad4c36379c58e2a4461e765de329d23b5d (patch)
treeda6ecb8d04f1f8b5b2eae3eb2c40e431b3d2f483 /Source/cmServerDictionary.h
parentd0b6c2da8b7fda317e11c66a4b133d4a88eaeef6 (diff)
downloadcmake-296eb9ad4c36379c58e2a4461e765de329d23b5d.tar.gz
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmServerDictionary.h b/Source/cmServerDictionary.h
index 405ff6b128..03f1cc1d30 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";