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

15 lines
228 B
CMake

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