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 f9672cb commit 6abc387Copy full SHA for 6abc387
lldb/unittests/CMakeLists.txt
@@ -51,13 +51,11 @@ if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
51
# FIXME: APITests.exe is not a valid googletest binary.
52
add_subdirectory(API)
53
endif()
54
-if (NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" OR LLDB_ENABLE_CURSES)
55
- add_subdirectory(Editline)
56
-endif()
57
add_subdirectory(Breakpoint)
58
add_subdirectory(Core)
59
add_subdirectory(DataFormatter)
60
add_subdirectory(Disassembler)
+add_subdirectory(Editline)
61
add_subdirectory(Expression)
62
add_subdirectory(Host)
63
add_subdirectory(Interpreter)
lldb/unittests/Editline/CMakeLists.txt
@@ -5,5 +5,4 @@ add_lldb_unittest(EditlineTests
5
lldbHost
6
lldbUtility
7
LLVMTestingSupport
8
- ${CURSES_LIBRARIES}
9
)
0 commit comments