CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
[oota-llvm.git] / tools / llvm-prof / CMakeLists.txt
1 add_llvm_tool(llvm-prof
2   llvm-prof.cpp
3   )
4
5 target_link_libraries(llvm-prof LLVMBitReader LLVMAnalysis)