blob: 8fc44da6f5b395e75dd29c08d0c02a7633038ac5 [file] [log] [blame]
if (CMAKE_SYSTEM_NAME MATCHES "Windows")
list(APPEND LLDB_WINDOWS_LIBS lldbPluginPlatformWindows)
list(APPEND LLDB_WINDOWS_LIBS lldbPluginProcessWindowsCommon)
endif()
add_lldb_unittest(ThreadTests
ThreadTest.cpp
LINK_LIBS
lldbCore
lldbHost
lldbTarget
lldbSymbol
lldbUtility
lldbUtilityHelpers
lldbInterpreter
lldbBreakpoint
lldbPluginPlatformLinux
${LLDB_WINDOWS_LIBS}
)