[C++20] [Modules] Fix may-be incorrect ADL for module local entities (#123931)
[llvm-project.git] / lldb / source / Plugins / Instruction / MIPS / CMakeLists.txt
blobd25735dd86c87bbff88b63313ec355bb60d8b19c
1 if(Mips IN_LIST LLVM_TARGETS_TO_BUILD)
2   set(mips_target Mips)
3 endif()
5 add_lldb_library(lldbPluginInstructionMIPS PLUGIN
6   EmulateInstructionMIPS.cpp
8   LINK_LIBS
9     lldbCore
10     lldbSymbol
11     lldbTarget
12     lldbPluginProcessUtility
13   LINK_COMPONENTS
14     MC
15     Support
16     ${mips_target}
17   )