11 lines
193 B
CMake
11 lines
193 B
CMake
add_lldb_library(lldbPluginOperatingSystemPython PLUGIN
|
|
OperatingSystemPython.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbInterpreter
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbPluginProcessUtility
|
|
)
|