af921006创建于 2022年4月13日历史提交
add_lldb_library(lldbPluginPlatformWindows PLUGIN
  PlatformWindows.cpp

   LINK_LIBS
    lldbBreakpoint
    lldbCore
    lldbHost
    lldbTarget
    lldbPluginPlatformGDB

   LINK_COMPONENTS
    Support
  )