11 lines
154 B
CMake
11 lines
154 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Demangle
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(DemangleTests
|
||
|
DemangleTest.cpp
|
||
|
ItaniumDemangleTest.cpp
|
||
|
PartialDemangleTest.cpp
|
||
|
)
|