13 lines
182 B
CMake
13 lines
182 B
CMake
add_lldb_library(lldbPluginPlatformWindows PLUGIN
|
|
PlatformWindows.cpp
|
|
|
|
LINK_LIBS
|
|
lldbBreakpoint
|
|
lldbCore
|
|
lldbHost
|
|
lldbTarget
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|