llvm-project/lldb/source/Plugins/Architecture/Mips/CMakeLists.txt

11 lines
165 B
CMake

add_lldb_library(lldbPluginArchitectureMips PLUGIN
ArchitectureMips.cpp
LINK_LIBS
lldbCore
lldbTarget
lldbUtility
LINK_COMPONENTS
Support
)