mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 17:29:02 -04:00
15 lines
289 B
CMake
15 lines
289 B
CMake
add_lldb_library(lldbPluginScriptInterpreterPython PLUGIN
|
|
PythonDataObjects.cpp
|
|
PythonExceptionState.cpp
|
|
ScriptInterpreterPython.cpp
|
|
|
|
LINK_LIBS
|
|
lldbBreakpoint
|
|
lldbCore
|
|
lldbDataFormatters
|
|
lldbHost
|
|
lldbInterpreter
|
|
lldbTarget
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|