llvm-for-llvmta/tools/llvm-cxxdump/CMakeLists.txt

11 lines
129 B
CMake
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
set(LLVM_LINK_COMPONENTS
AllTargetsInfos
Object
Support
)
add_llvm_tool(llvm-cxxdump
llvm-cxxdump.cpp
Error.cpp
)