summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2010-09-25 20:43:06 +0000
committerOscar Fuentes <ofv@wanadoo.es>2010-09-25 20:43:06 +0000
commita6c1dbd541d93359a7dd8fbcba3d7f0bf77e60c5 (patch)
tree7d9cc3639ff0b3056cf9ae96757974062654425b /docs
parent429c75b8654b0d1069f1897375f5801a4c5de017 (diff)
downloadllvm-a6c1dbd541d93359a7dd8fbcba3d7f0bf77e60c5.tar.gz
llvm-a6c1dbd541d93359a7dd8fbcba3d7f0bf77e60c5.tar.bz2
llvm-a6c1dbd541d93359a7dd8fbcba3d7f0bf77e60c5.tar.xz
New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) for
not generating build targets for those parts of the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CMake.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/CMake.html b/docs/CMake.html
index ca0b50f628..491f0afd8b 100644
--- a/docs/CMake.html
+++ b/docs/CMake.html
@@ -257,11 +257,21 @@
with a makefile-based system executing <i>make llvm-as</i> on the
root of your build directory.</dd>
+ <dt><b>LLVM_INCLUDE_TOOLS</b>:BOOL</dt>
+ <dd>Generate build targets for the LLVM tools. Defaults to
+ ON. You can use that option for disabling the generation of build
+ targets for the LLVM tools.</dd>
+
<dt><b>LLVM_BUILD_EXAMPLES</b>:BOOL</dt>
<dd>Build LLVM examples. Defaults to OFF. Targets for building each
example are generated in any case. See documentation
for <i>LLVM_BUILD_TOOLS</i> above for more details.</dd>
+ <dt><b>LLVM_INCLUDE_EXAMPLES</b>:BOOL</dt>
+ <dd>Generate build targets for the LLVM examples. Defaults to
+ ON. You can use that option for disabling the generation of build
+ targets for the LLVM examples.</dd>
+
<dt><b>LLVM_ENABLE_THREADS</b>:BOOL</dt>
<dd>Build with threads support, if available. Defaults to ON.</dd>