mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
server: return whether or not a target is generator provided
Some generators auto-generate targets. For example VS generators create the ALL_BUILD target. Add the ability to mark targets as generator provided and return that info through cmake-server codemodel.
This commit is contained in:
@@ -486,6 +486,8 @@ Each target object can have the following keys:
|
||||
contains the current source directory.
|
||||
"buildDirectory"
|
||||
contains the current build directory.
|
||||
"isGeneratorProvided"
|
||||
true if the target is auto-created by a generator, false otherwise
|
||||
"hasInstallRule"
|
||||
true if the target contains any install rules, false otherwise.
|
||||
"installPaths"
|
||||
|
||||
Reference in New Issue
Block a user