From bf030845324856e57782241c3c1c4fe63e73572a Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Sat, 25 Sep 2010 20:43:06 +0000 Subject: New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) for not generating build targets for those parts of the build. llvm-svn: 114797 --- llvm/docs/CMake.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'llvm/docs') diff --git a/llvm/docs/CMake.html b/llvm/docs/CMake.html index ca0b50f628e..491f0afd8b9 100644 --- a/llvm/docs/CMake.html +++ b/llvm/docs/CMake.html @@ -257,11 +257,21 @@ with a makefile-based system executing make llvm-as on the root of your build directory. +
LLVM_INCLUDE_TOOLS:BOOL
+
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.
+
LLVM_BUILD_EXAMPLES:BOOL
Build LLVM examples. Defaults to OFF. Targets for building each example are generated in any case. See documentation for LLVM_BUILD_TOOLS above for more details.
+
LLVM_INCLUDE_EXAMPLES:BOOL
+
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.
+
LLVM_ENABLE_THREADS:BOOL
Build with threads support, if available. Defaults to ON.
-- cgit v1.2.3