diff options
-rw-r--r-- | lib/Driver/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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 + ) |