xref: /llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/CMakeLists.txt (revision 46c2e4c4f347038179e21e027128f5f2914fb980)
1add_lldb_library(lldbPluginObjectFilePlaceholder PLUGIN
2  ObjectFilePlaceholder.cpp
3
4  LINK_LIBS
5    lldbCore
6    lldbHost
7    lldbSymbol
8    lldbTarget
9  LINK_COMPONENTS
10    Object
11    Support
12  )
13