9 lines
156 B
CMake
9 lines
156 B
CMake
add_lldb_library(lldbPluginUnwindAssemblyInstEmulation PLUGIN
|
|
UnwindAssemblyInstEmulation.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbSymbol
|
|
lldbTarget
|
|
)
|