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

16 lines
251 B
CMake

add_lldb_unittest(LLDBCoreTests
BroadcasterTest.cpp
DataExtractorTest.cpp
ListenerTest.cpp
ScalarTest.cpp
StateTest.cpp
StreamCallbackTest.cpp
LINK_LIBS
lldbCore
lldbHost
LLVMTestingSupport
LINK_COMPONENTS
Support
)