1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/tools/llvm-ar/CMakeLists.txt

10 lines
139 B
CMake
Raw Normal View History

set(LLVM_REQUIRES_EH 1)
add_llvm_tool(llvm-ar
llvm-ar.cpp
)
target_link_libraries(llvm-ar LLVMArchive)
# TODO: Support check-local.