Although their name and location suggests otherwise, these libraries are not really plugins but rather support the real plugins.
12 lines
189 B
CMake
12 lines
189 B
CMake
add_lldb_library(lldbPluginPlatformPOSIX
|
|
PlatformPOSIX.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbExpression
|
|
lldbHost
|
|
lldbInterpreter
|
|
lldbTarget
|
|
lldbPluginTypeSystemClang
|
|
)
|