1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/tools/llvm-elfabi/CMakeLists.txt

12 lines
144 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
InterfaceStub
Object
Support
TextAPI
)
add_llvm_tool(llvm-elfabi
ErrorCollector.cpp
llvm-elfabi.cpp
)