llvm-65816/tools/llvm-as/CMakeLists.txt

6 lines
87 B
CMake

set(LLVM_LINK_COMPONENTS asmparser bitwriter)
add_llvm_tool(llvm-as
llvm-as.cpp
)