llvm-project/lldb/unittests/tools/lldb-server/tests/CMakeLists.txt

16 lines
270 B
CMake

add_lldb_unittest(LLDBServerTests
TestClient.cpp
MessageObjects.cpp
ThreadIdsInJstopinfoTest.cpp
LINK_LIBS
lldbHost
lldbCore
lldbInterpreter
lldbTarget
lldbPluginPlatformLinux
lldbPluginProcessGDBRemote
LINK_COMPONENTS
Support
)