summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-12 19:29:33 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-07 06:37:57 (GMT)
commit64f73150b8e5e5cad216444c0468e8e59434d973 (patch)
treef5e132d6eaff498e894daa692bd9330e4a429ca4 /Source/cmTarget.h
parentc38e30f68c7beffdc65af0f3799ae82ce60aaf67 (diff)
downloadCMake-64f73150b8e5e5cad216444c0468e8e59434d973.zip
CMake-64f73150b8e5e5cad216444c0468e8e59434d973.tar.gz
CMake-64f73150b8e5e5cad216444c0468e8e59434d973.tar.bz2
cmTarget: Add API for generate-time source addition.
This method is a refactoring artifact. It will be removed in a follow-up.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 3e71dbd..cbf2ca9 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -145,6 +145,7 @@ public:
void AddTracedSources(std::vector<std::string> const& srcs);
cmSourceFile* AddSourceCMP0049(const std::string& src);
cmSourceFile* AddSource(const std::string& src);
+ void AddGenerateTimeSource(const std::string& src);
enum LinkLibraryType {GENERAL, DEBUG, OPTIMIZED};