diff options
author | Brad King <brad.king@kitware.com> | 2010-06-15 17:58:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-06-15 17:58:58 (GMT) |
commit | d9b2da139dc4ca145551861c3b2369c5d1bda980 (patch) | |
tree | 8bef5d85d5efa4c344b7ebbbdf8d69991f6d4e52 /Source/cmDocumentVariables.cxx | |
parent | d714b18ac5f415e15c5e03bf8f6aaeaf45e143f5 (diff) | |
parent | 00477de1c92d94e78cebdaf6c29ff2847207f454 (diff) | |
download | CMake-d9b2da139dc4ca145551861c3b2369c5d1bda980.zip CMake-d9b2da139dc4ca145551861c3b2369c5d1bda980.tar.gz CMake-d9b2da139dc4ca145551861c3b2369c5d1bda980.tar.bz2 |
Merge branch 'mingw-response-files'
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index e77119f..c7848b7 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -1324,6 +1324,8 @@ void cmDocumentVariables::DefineVariables(cmake* cm) cmProperty::VARIABLE,0,0); cm->DefineProperty("CMAKE_<LANG>_LINK_FLAGS", cmProperty::VARIABLE,0,0); + cm->DefineProperty("CMAKE_<LANG>_RESPONSE_FILE_LINK_FLAG", + cmProperty::VARIABLE,0,0); cm->DefineProperty("CMAKE_<LANG>_STANDARD_LIBRARIES", cmProperty::VARIABLE,0,0); cm->DefineProperty("CMAKE_<LANG>_STANDARD_LIBRARIES_INIT", |