llvm-project/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt

15 lines
212 B
CMake

add_lldb_library(lldbPluginJITLoaderGDB PLUGIN
JITLoaderGDB.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbInterpreter
lldbSymbol
lldbTarget
lldbUtility
LINK_COMPONENTS
Support
)