You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
413307d456
Rename the plugin to match both the directory structure and the class.
11 lines
193 B
CMake
11 lines
193 B
CMake
add_lldb_library(lldbPluginOperatingSystemPython PLUGIN
|
|
OperatingSystemPython.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbInterpreter
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbPluginProcessUtility
|
|
)
|