llvm-project/llvm/tools/llvm-cxxdump/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
129 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
AllTargetsInfos
Object
Support
)
add_llvm_tool(llvm-cxxdump
llvm-cxxdump.cpp
Error.cpp
)