llvm-project/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
180 B
CMake
Raw Normal View History

add_lldb_library(lldbPluginOSPython PLUGIN
OperatingSystemPython.cpp
LINK_LIBS
lldbCore
lldbInterpreter
lldbSymbol
lldbTarget
lldbPluginProcessUtility
)