diff options
author | Brad King <brad.king@kitware.com> | 2008-01-17 15:00:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-01-17 15:00:19 (GMT) |
commit | 18b9e7db6c84bfe3936d33e7c7ca86a544f3e818 (patch) | |
tree | a24be738857d8de87efdba3ebae30a7795d54016 /Source/cmLocalGenerator.h | |
parent | 81af53e3c0b00005d2cf81a4a5482474573dd4b1 (diff) | |
download | CMake-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.h | 3 |
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 |