hanchenye-llvm-project/llvm/tools/llvm-undname/CMakeLists.txt

9 lines
101 B
CMake

set(LLVM_LINK_COMPONENTS
Demangle
Support
)
add_llvm_tool(llvm-undname
llvm-undname.cpp
)