9 lines
137 B
CMake
9 lines
137 B
CMake
|
add_lldb_unittest(LLDBPlatformTests
|
||
|
PlatformDarwinTest.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
lldbPluginPlatformMacOSX
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|