
Most non-local includes of header files living under lldb/sources/ were specified with the full path starting after sources/. However, in a few instances, other sub-directories were added to include paths, or Normalize those few instances to follow the style used by the rest of the codebase, to make it easier to understand. llvm-svn: 333035
25 lines
560 B
CMake
25 lines
560 B
CMake
add_lldb_library(lldbPluginProcessFreeBSD PLUGIN
|
|
ProcessFreeBSD.cpp
|
|
FreeBSDThread.cpp
|
|
ProcessMonitor.cpp
|
|
|
|
POSIXStopInfo.cpp
|
|
RegisterContextPOSIXProcessMonitor_arm.cpp
|
|
RegisterContextPOSIXProcessMonitor_arm64.cpp
|
|
RegisterContextPOSIXProcessMonitor_powerpc.cpp
|
|
RegisterContextPOSIXProcessMonitor_x86.cpp
|
|
RegisterContextPOSIXProcessMonitor_mips64.cpp
|
|
|
|
LINK_LIBS
|
|
lldbBreakpoint
|
|
lldbCore
|
|
lldbHost
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbUtility
|
|
lldbPluginProcessUtility
|
|
lldbPluginProcessPOSIX
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|