mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
10 lines
180 B
CMake
10 lines
180 B
CMake
add_lldb_library(lldbPluginOSPython PLUGIN
|
|
OperatingSystemPython.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbInterpreter
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbPluginProcessUtility
|
|
)
|