12 lines
196 B
CMake
12 lines
196 B
CMake
add_lldb_library(lldbPluginArchitecturePPC64 PLUGIN
|
|
ArchitecturePPC64.cpp
|
|
|
|
LINK_LIBS
|
|
lldbPluginProcessUtility
|
|
lldbCore
|
|
lldbTarget
|
|
lldbUtility
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|