Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>
[oota-llvm.git] / tools / llvm-as / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS asmparser bitwriter)
2
3 add_llvm_tool(llvm-as
4   llvm-as.cpp
5   )