Files
llvm/lldb/source/Plugins/SyntheticFrameProvider/ScriptedFrameProvider/CMakeLists.txt
Med Ismail Bennani c50802cbee Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#170236)
This patch re-lands #161870 with fixes to the previous test failures.

rdar://161834688

Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
2025-12-02 18:59:40 +00:00

13 lines
196 B
CMake

add_lldb_library(lldbPluginScriptedFrameProvider PLUGIN
ScriptedFrameProvider.cpp
LINK_COMPONENTS
Support
LINK_LIBS
lldbCore
lldbInterpreter
lldbTarget
lldbUtility
)