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 64f53db commit c1ecd0aCopy full SHA for c1ecd0a
lldb/unittests/CMakeLists.txt
@@ -48,13 +48,13 @@ endfunction()
48
49
add_subdirectory(TestingSupport)
50
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
51
- # FIXME: APITests.exe is not a valid googletest binary.
+ # FIXME: Tests linking against libLLDB don't work on Windows.
52
add_subdirectory(API)
53
+ add_subdirectory(DAP)
54
endif()
55
add_subdirectory(Breakpoint)
56
add_subdirectory(Callback)
57
add_subdirectory(Core)
-add_subdirectory(DAP)
58
add_subdirectory(DataFormatter)
59
add_subdirectory(Disassembler)
60
add_subdirectory(Editline)
0 commit comments