llvm-project/lldb/unittests/Utility/CMakeLists.txt

19 lines
331 B
CMake
Raw Normal View History

add_lldb_unittest(UtilityTests
ModuleCacheTest.cpp
StringExtractorTest.cpp
TaskPoolTest.cpp
TimeoutTest.cpp
UriParserTest.cpp
LINK_LIBS
lldbCore
lldbHost
lldbSymbol
lldbUtility
lldbPluginObjectFileELF
LINK_COMPONENTS
Support
)
add_unittest_inputs(UtilityTests TestModule.so)