summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-08 21:11:22 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-22 18:25:45 (GMT)
commitd6239507b2f08bd1fee53c84af3998a14fa9819b (patch)
treec5f4e81fe9f2149498b27de03e5ab5f281bb1ce5 /Source/cmTarget.h
parentef17bbefd7c504af65f2e6c52f5d7fa8e82d087e (diff)
downloadCMake-d6239507b2f08bd1fee53c84af3998a14fa9819b.zip
CMake-d6239507b2f08bd1fee53c84af3998a14fa9819b.tar.gz
CMake-d6239507b2f08bd1fee53c84af3998a14fa9819b.tar.bz2
cmMakefile: Split accessors for compile definitions and origins.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 1920312..9c98672 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -576,7 +576,8 @@ public:
bool before = false);
void InsertCompileOption(const cmValueWithOrigin &entry,
bool before = false);
- void InsertCompileDefinition(const cmValueWithOrigin &entry);
+ void InsertCompileDefinition(std::string const& entry,
+ cmListFileBacktrace const& bt);
void AppendBuildInterfaceIncludes();