To allow loading PDB file with `target symbols add` command. Differential Revision: https://reviews.llvm.org/D89812
11 lines
159 B
CMake
11 lines
159 B
CMake
add_lldb_library(lldbPluginObjectFilePDB PLUGIN
|
|
ObjectFilePDB.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbSymbol
|
|
lldbUtility
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|