mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 19:47:05 +00:00
11 lines
127 B
CMake
11 lines
127 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BitReader
|
|
BitWriter
|
|
Core
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-modextract
|
|
llvm-modextract.cpp
|
|
)
|