xref: /llvm-project/llvm/unittests/Demangle/CMakeLists.txt (revision 217709cbae34ec59ed366f6d77b5d612d2018245)
1set(LLVM_LINK_COMPONENTS
2  Demangle
3  Support
4)
5
6add_llvm_unittest(DemangleTests
7  DemangleTest.cpp
8  DLangDemangleTest.cpp
9  ItaniumDemangleTest.cpp
10  OutputBufferTest.cpp
11  PartialDemangleTest.cpp
12  RustDemangleTest.cpp
13)
14