llvm-for-llvmta/tools/llvm-cxxfilt/CMakeLists.txt
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

13 lines
191 B
CMake

set(LLVM_LINK_COMPONENTS
Demangle
Support
)
add_llvm_tool(llvm-cxxfilt
llvm-cxxfilt.cpp
)
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
add_llvm_tool_symlink(c++filt llvm-cxxfilt)
endif()