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