You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
81b8f12b42
This is extending the updates from r293696 to more LLDB plugins. llvm-svn: 293700
11 lines
180 B
CMake
11 lines
180 B
CMake
add_lldb_library(lldbPluginOSPython PLUGIN
|
|
OperatingSystemPython.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbInterpreter
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbPluginProcessUtility
|
|
)
|