diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2008-11-25 04:23:36 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-11-25 04:23:36 +0000 |
| commit | 669db413fff012cf050100482b6539a65664ba3f (patch) | |
| tree | d8f7001b7565afccfaa6399c295c3ceefac0bd92 | |
| parent | 3ff3cf5f21b9330719db52573adc9ebe2c91c0c9 (diff) | |
| download | bcm5719-llvm-669db413fff012cf050100482b6539a65664ba3f.tar.gz bcm5719-llvm-669db413fff012cf050100482b6539a65664ba3f.zip | |
CMake: Documented two cmake variables.
llvm-svn: 60008
| -rw-r--r-- | llvm/docs/CMake.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CMake.html b/llvm/docs/CMake.html index f6ea6668063..5a088c25f32 100644 --- a/llvm/docs/CMake.html +++ b/llvm/docs/CMake.html @@ -213,6 +213,12 @@ <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 |

