From: Gabor Greif Date: Fri, 13 Mar 2009 11:37:39 +0000 (+0000) Subject: support cmake X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3279575a374b6f28e81cebd32cc83c7a6c15a9ce;p=clang support cmake git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66884 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/CMakeLists.txt b/lib/Driver/CMakeLists.txt new file mode 100644 index 0000000000..bd4c9fde76 --- /dev/null +++ b/lib/Driver/CMakeLists.txt @@ -0,0 +1,14 @@ +set(LLVM_NO_RTTI 1) + +add_clang_library(clangDriver + Action.cpp + Arg.cpp + ArgList.cpp + Compilation.cpp + Driver.cpp + HostInfo.cpp + OptTable.cpp + Option.cpp + Phases.cpp + Types.cpp + )