12 lines
189 B
CMake
12 lines
189 B
CMake
add_lldb_library(lldbPluginPlatformPOSIX
|
|
PlatformPOSIX.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbExpression
|
|
lldbHost
|
|
lldbInterpreter
|
|
lldbTarget
|
|
lldbPluginTypeSystemClang
|
|
)
|