OpenGrok
Cross Reference: CMakeLists.txt
xref
: /
external
/
llvm
/
tools
/
llvm-as
/
CMakeLists.txt
Home
|
History
|
Annotate
|
Download
|
only in
llvm-as
1
set(LLVM_LINK_COMPONENTS asmparser bitwriter)
2
3
add_llvm_tool(llvm-as
4
llvm-as.cpp
5
)
6