Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
[oota-llvm.git] / tools / llvm-prof / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS bitreader analysis)
2
3 add_llvm_tool(llvm-prof
4   llvm-prof.cpp
5   )