llvm-project/lldb/source/Plugins/Platform/Windows/CMakeLists.txt

10 lines
150 B
CMake

add_lldb_library(lldbPluginPlatformWindows PLUGIN
PlatformWindows.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbHost
lldbTarget
)