| commit | 07d9f9a6ec53217634a5dcb812a0b2ac9186334f | [log] [tgz] |
|---|---|---|
| author | Oscar Fuentes <ofv@wanadoo.es> | Sun Oct 26 00:56:18 2008 +0000 |
| committer | Oscar Fuentes <ofv@wanadoo.es> | Sun Oct 26 00:56:18 2008 +0000 |
| tree | b2fc26aadff27b926f21aefa5637a6abfd5bb9f2 | |
| parent | e638f5d85481fa6ef30d65ae19aae418cb191752 [diff] [blame] |
CMake: Builds and installs clang binary and libs (no docs yet). It must be under the `tools' subdirectory of the LLVM *source* tree. llvm-svn: 58180
diff --git a/clang/lib/Driver/CMakeLists.txt b/clang/lib/Driver/CMakeLists.txt new file mode 100644 index 0000000..0caa90c --- /dev/null +++ b/clang/lib/Driver/CMakeLists.txt
@@ -0,0 +1,8 @@ +set(LLVM_NO_RTTI 1) + +add_clang_library(clangDriver + HTMLDiagnostics.cpp + InitHeaderSearch.cpp + TextDiagnosticBuffer.cpp + TextDiagnosticPrinter.cpp + )