mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
14 lines
220 B
CMake
14 lines
220 B
CMake
add_lldb_library(lldbPluginObjectFileMachO PLUGIN
|
|
ObjectFileMachO.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbHost
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbUtility
|
|
lldbPluginProcessUtility
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|