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