Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
[oota-llvm.git] / tools / bugpoint / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
2   linker bitreader bitwriter)
3
4 add_llvm_tool(bugpoint
5   BugDriver.cpp
6   CrashDebugger.cpp
7   ExecutionDriver.cpp
8   ExtractFunction.cpp
9   FindBugs.cpp
10   Miscompilation.cpp
11   OptimizerDriver.cpp
12   ToolRunner.cpp
13   bugpoint.cpp
14   )