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