summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentVariables.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-03-22 18:45:44 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-03-22 18:45:44 (GMT)
commit1c3233a850843bf8cf4863f1f0df9378708edffc (patch)
treee598918be33a3b76ce1ccf5caf9508712c376cad /Source/cmDocumentVariables.cxx
parent685d8935006ef8ea29f5ae6636dbb29b216fa9ef (diff)
parent86cb17b18de78e178b76e9be471789084994a162 (diff)
downloadCMake-1c3233a850843bf8cf4863f1f0df9378708edffc.zip
CMake-1c3233a850843bf8cf4863f1f0df9378708edffc.tar.gz
CMake-1c3233a850843bf8cf4863f1f0df9378708edffc.tar.bz2
Merge topic 'include-flags-response-file'
86cb17b Pass include directories with response files to GNU on Windows 9a0b9bc Optionally pass include directories with response files 6e8a67f Generate target-wide flags before individual build rules d099546 Factor old-style -D flags out from -I flag generation
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r--Source/cmDocumentVariables.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index bb6dc3f..f2431e6 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -1475,6 +1475,8 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
cmProperty::VARIABLE,0,0);
cm->DefineProperty("CMAKE_<LANG>_STANDARD_LIBRARIES_INIT",
cmProperty::VARIABLE,0,0);
+ cm->DefineProperty("CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_INCLUDES",
+ cmProperty::VARIABLE,0,0);
cm->DefineProperty("CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_OBJECTS",
cmProperty::VARIABLE,0,0);
cm->DefineProperty("CMAKE_EXECUTABLE_SUFFIX_<LANG>",