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
583 B
CMake
25 lines
583 B
CMake
add_lldb_library(lldbPluginProcessLinux PLUGIN
|
|
NativeProcessLinux.cpp
|
|
NativeRegisterContextLinux.cpp
|
|
NativeRegisterContextLinux_arm.cpp
|
|
NativeRegisterContextLinux_arm64.cpp
|
|
NativeRegisterContextLinux_mips64.cpp
|
|
NativeRegisterContextLinux_ppc64le.cpp
|
|
NativeRegisterContextLinux_s390x.cpp
|
|
NativeRegisterContextLinux_x86_64.cpp
|
|
NativeThreadLinux.cpp
|
|
ProcessorTrace.cpp
|
|
SingleStepCheck.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbHost
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbUtility
|
|
lldbPluginProcessPOSIX
|
|
lldbPluginProcessUtility
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|