11 lines
187 B
CMake
11 lines
187 B
CMake
add_lldb_library(lldbPluginObjectContainerMachOArchive PLUGIN
|
|
ObjectContainerUniversalMachO.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbHost
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbUtility
|
|
)
|