10 lines
127 B
CMake
10 lines
127 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BitReader
|
|
BitWriter
|
|
Core
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-modextract
|
|
llvm-modextract.cpp
|
|
)
|