llvm/tools/llvm-modextract/CMakeLists.txt
Peter Collingbourne e8971cbe03 Add another missing dependency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288217 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-29 23:22:55 +00:00

12 lines
138 B
CMake

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