CMake: Documented two cmake variables.
authorOscar Fuentes <ofv@wanadoo.es>
Tue, 25 Nov 2008 04:23:36 +0000 (04:23 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Tue, 25 Nov 2008 04:23:36 +0000 (04:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60008 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMake.html

index f6ea6668063be7dc197109f091482d713337eaa3..5a088c25f32579ac0b81b5ead2509cc84ce6c44a 100644 (file)
   <dd>Path where LLVM will be installed if "make install" is invoked
     or the "INSTALL" target is built.</dd>
 
+  <dt><b>CMAKE_C_FLAGS</b>:STRING</dt>
+  <dd>Extra flags to use when compiling C source files.</dd>
+
+  <dt><b>CMAKE_CXX_FLAGS</b>:STRING</dt>
+  <dd>Extra flags to use when compiling C++ source files.</dd>
+
   <dt><b>BUILD_SHARED_LIBS</b>:BOOL</dt>
   <dd>Flag indicating is shared libraries will be built. Its default
     value is OFF. Shared libraries are not supported on Windows and