From b6c22027863f55fdd8e112439a504d603d664b98 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 25 Nov 2008 04:23:36 +0000 Subject: CMake: Documented two cmake variables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60008 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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 @@
Path where LLVM will be installed if "make install" is invoked or the "INSTALL" target is built.
+
CMAKE_C_FLAGS:STRING
+
Extra flags to use when compiling C source files.
+ +
CMAKE_CXX_FLAGS:STRING
+
Extra flags to use when compiling C++ source files.
+
BUILD_SHARED_LIBS:BOOL
Flag indicating is shared libraries will be built. Its default value is OFF. Shared libraries are not supported on Windows and -- cgit v1.1