ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property implementation.

This commit is contained in:
Brad King
2008-01-17 10:00:19 -05:00
parent 81af53e3c0
commit 18b9e7db6c
5 changed files with 55 additions and 43 deletions
+2 -1
View File
@@ -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