summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 15:37:50 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:46:33 (GMT)
commitc2b7336ff3122c57a235aeaa1699ba5627ecf3ce (patch)
tree58638a12ead027a3e9ab1c67f358da46082632b4 /Source/cmTarget.h
parent69329fff70300debf10b62ac08a6bcee9ae7bc3c (diff)
downloadCMake-c2b7336ff3122c57a235aeaa1699ba5627ecf3ce.zip
CMake-c2b7336ff3122c57a235aeaa1699ba5627ecf3ce.tar.gz
CMake-c2b7336ff3122c57a235aeaa1699ba5627ecf3ce.tar.bz2
cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 8dee560..d032380 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -137,8 +137,6 @@ public:
*/
void GetSourceFiles(std::vector<cmSourceFile*> &files,
const std::string& config) const;
- bool GetConfigCommonSourceFiles(std::vector<cmSourceFile*>& files) const;
-
/**
* Add sources to the target.
*/