2023-04-17 00:38:49 +09:00

11 lines
127 B
CMake

set(LLVM_LINK_COMPONENTS
BitReader
BitWriter
Core
Support
)
add_llvm_tool(llvm-modextract
llvm-modextract.cpp
)