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

16 lines
247 B
CMake

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