19 lines · plain
1add_lldb_library(lldbPluginProcessAIX2 NativeProcessAIX.cpp3 NativeThreadAIX.cpp4 NativeRegisterContextAIX.cpp5 6 LINK_COMPONENTS7 Support8 LINK_LIBS9 lldbCore10 lldbHost11 lldbSymbol12 lldbTarget13 lldbUtility14 lldbPluginProcessPOSIX15 lldbPluginProcessUtility16 )17 18target_compile_definitions(lldbPluginProcessAIX PRIVATE "-D_ALL_SOURCE")19