Skip to content

Commit f54249e

Browse files
committed
[lldb][test] Link to PlatformWindows in thread tests
Clearly I need my eyes checked, it wasn't linking to a non-existent library at all, I had the name wrong.
1 parent 55985db commit f54249e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/unittests/Thread/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
if (CMAKE_SYSTEM_NAME MATCHES "Windows")
2+
list(APPEND LLDB_WINDOWS_LIBS lldbPluginPlatformWindows)
23
list(APPEND LLDB_WINDOWS_LIBS lldbPluginProcessWindowsCommon)
34
endif()
45

0 commit comments

Comments
 (0)