We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55985db commit f54249eCopy full SHA for f54249e
lldb/unittests/Thread/CMakeLists.txt
@@ -1,4 +1,5 @@
1
if (CMAKE_SYSTEM_NAME MATCHES "Windows")
2
+ list(APPEND LLDB_WINDOWS_LIBS lldbPluginPlatformWindows)
3
list(APPEND LLDB_WINDOWS_LIBS lldbPluginProcessWindowsCommon)
4
endif()
5
0 commit comments