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

17 lines
236 B
CMake

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