summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-16 20:23:40 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-19 14:55:18 (GMT)
commit089868a244e623f75c1ffbe9297d3228bef9a8f1 (patch)
tree57eee8dc5474e454ccdda479504a7e32001abfdc /Source/cmState.h
parent5c87b92b1b7888ee032e3c2a75f35f1f94f4dfa5 (diff)
downloadCMake-089868a244e623f75c1ffbe9297d3228bef9a8f1.zip
CMake-089868a244e623f75c1ffbe9297d3228bef9a8f1.tar.gz
CMake-089868a244e623f75c1ffbe9297d3228bef9a8f1.tar.bz2
cmState: Record buildsystem target names in each directory
Maintain in the directory state the list of target names added to be built. These are normal, non-imported targets (but do include INTERFACE libraries).
Diffstat (limited to 'Source/cmState.h')
-rw-r--r--Source/cmState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmState.h b/Source/cmState.h
index 0fac42c..1324f5f 100644
--- a/Source/cmState.h
+++ b/Source/cmState.h
@@ -175,6 +175,8 @@ public:
bool GetPropertyAsBool(const std::string& prop) const;
std::vector<std::string> GetPropertyKeys() const;
+ void AddNormalTargetName(std::string const& name);
+
private:
void ComputeRelativePathTopSource();
void ComputeRelativePathTopBinary();