xref: /llvm-project/lldb/source/Plugins/Platform/Windows/CMakeLists.txt (revision af921006d3792fa28d1070f015dcfd145e082ed2)
1add_lldb_library(lldbPluginPlatformWindows PLUGIN
2  PlatformWindows.cpp
3
4   LINK_LIBS
5    lldbBreakpoint
6    lldbCore
7    lldbHost
8    lldbTarget
9    lldbPluginPlatformGDB
10
11   LINK_COMPONENTS
12    Support
13  )
14