CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
[oota-llvm.git] / lib / CompilerDriver / CMakeLists.txt
1 set(LLVM_REQUIRES_EH 1)
2
3 add_llvm_tool(llvmc
4   Action.cpp
5   CompilationGraph.cpp
6   llvmc.cpp
7   Plugin.cpp
8   Tool.cpp
9   )