summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-17 15:00:19 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-17 15:00:19 (GMT)
commit18b9e7db6c84bfe3936d33e7c7ca86a544f3e818 (patch)
treea24be738857d8de87efdba3ebae30a7795d54016 /Source/cmLocalGenerator.h
parent81af53e3c0b00005d2cf81a4a5482474573dd4b1 (diff)
downloadCMake-18b9e7db6c84bfe3936d33e7c7ca86a544f3e818.zip
CMake-18b9e7db6c84bfe3936d33e7c7ca86a544f3e818.tar.gz
CMake-18b9e7db6c84bfe3936d33e7c7ca86a544f3e818.tar.bz2
ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property implementation.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 23458c9..ce0d0d6 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -143,7 +143,8 @@ public:
* Encode a list of preprocessor definitions for the compiler
* command line.
*/
- void AppendDefines(std::string& defines, const char* defines_list);
+ void AppendDefines(std::string& defines, const char* defines_list,
+ const char* lang);
/** Translate a dependency as given in CMake code to the name to
appear in a generated build file. If the given name is that of