hanchenye-llvm-project/llvm/tools/llvm-as/CMakeLists.txt

8 lines
125 B
CMake
Raw Normal View History

set(LLVM_REQUIRES_EH 1)
add_llvm_tool(llvm-as
llvm-as.cpp
)
target_link_libraries(llvm-as LLVMAsmParser LLVMBitWriter)