1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llvm-modextract/CMakeLists.txt
Peter Collingbourne 69f54c740c Add another missing dependency.
llvm-svn: 288217
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
)