forked from OSchip/llvm-project
16 lines
244 B
CMake
16 lines
244 B
CMake
|
add_lldb_unittest(ThreadTest
|
||
|
ThreadTest.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
lldbCore
|
||
|
lldbHost
|
||
|
lldbTarget
|
||
|
lldbSymbol
|
||
|
lldbUtility
|
||
|
lldbUtilityHelpers
|
||
|
lldbInterpreter
|
||
|
lldbBreakpoint
|
||
|
lldbPluginPlatformLinux
|
||
|
)
|
||
|
|