summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-07-18 15:11:37 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-07-18 15:12:00 (GMT)
commit787017451c437713b05a2ffc6fe609ea7da5f95b (patch)
treee924e59950dcaacd3a942f27c85cddf77ef56822 /Source/cmGeneratorTarget.h
parentec049641c46eb788b25713e5d96ff32c89f0e819 (diff)
parentd89e10cd58e5f9e21cbd466e56a1890e2811bee0 (diff)
downloadCMake-787017451c437713b05a2ffc6fe609ea7da5f95b.zip
CMake-787017451c437713b05a2ffc6fe609ea7da5f95b.tar.gz
CMake-787017451c437713b05a2ffc6fe609ea7da5f95b.tar.bz2
Merge topic 'objlib-own-target-objs'
d89e10cd Diagnose object library self-reference Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1053
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index c04d62b..52147e3 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -107,6 +107,11 @@ public:
std::set<std::string> ExpectedResxHeaders;
std::set<std::string> ExpectedXamlHeaders;
std::set<std::string> ExpectedXamlSources;
+ bool Initialized;
+ KindedSources()
+ : Initialized(false)
+ {
+ }
};
/** Get all sources needed for a configuration with kinds assigned. */