Although their name and location suggests otherwise, these libraries are not really plugins but rather support the real plugins.
11 lines
174 B
CMake
11 lines
174 B
CMake
add_lldb_library(lldbPluginObjCRuntime
|
|
ObjCLanguageRuntime.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbUtility
|
|
)
|
|
add_subdirectory(AppleObjCRuntime)
|