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 | b6c22027863f55fdd8e112439a504d603d664b98 (patch) | |
tree | 446e870b74fd1b6539f92b90da687748a8a15d6d /docs | |
parent | 50843c0741d242ab59e10ef88ebfbb88ce8f63ba (diff) | |
download | external_llvm-b6c22027863f55fdd8e112439a504d603d664b98.zip external_llvm-b6c22027863f55fdd8e112439a504d603d664b98.tar.gz external_llvm-b6c22027863f55fdd8e112439a504d603d664b98.tar.bz2 |
CMake: Documented two cmake variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CMake.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CMake.html b/docs/CMake.html index f6ea666..5a088c2 100644 --- a/docs/CMake.html +++ b/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 |