
Although their name and location suggests otherwise, these libraries are not really plugins but rather support the real plugins.
12 lines
183 B
CMake
12 lines
183 B
CMake
add_lldb_library(lldbPluginCPPRuntime
|
|
CPPLanguageRuntime.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbSymbol
|
|
lldbTarget
|
|
)
|
|
|
|
add_subdirectory(ItaniumABI)
|
|
#add_subdirectory(MicrosoftABI)
|