8 lines
123 B
CMake
8 lines
123 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(TestingADTTests
|
|
StringMapEntryTest.cpp
|
|
StringMapTest.cpp
|
|
)
|