llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt

9 lines
156 B
CMake

add_lldb_library(lldbPluginUnwindAssemblyInstEmulation PLUGIN
UnwindAssemblyInstEmulation.cpp
LINK_LIBS
lldbCore
lldbSymbol
lldbTarget
)