Merge topic 'server-target-isGeneratorProvided'

afd9a339 server: return whether or not a target is generator provided

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1475
This commit is contained in:
Brad King
2017-11-27 13:51:42 +00:00
committed by Kitware Robot
13 changed files with 55 additions and 33 deletions
+2
View File
@@ -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"