diff options
Diffstat (limited to 'lldb/source')
| -rw-r--r-- | lldb/source/Core/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Core/CMakeLists.txt b/lldb/source/Core/CMakeLists.txt index ff2355a3927..c4be006d1a1 100644 --- a/lldb/source/Core/CMakeLists.txt +++ b/lldb/source/Core/CMakeLists.txt @@ -10,7 +10,7 @@ set(LLDB_CURSES_LIBS) set(LLDB_LIBEDIT_LIBS) if (LLDB_ENABLE_CURSES) - list(APPEND LLDB_CURSES_LIBS ${CURSES_LIBRARIES} ${CURSES_PANEL_LIBRARY}) + list(APPEND LLDB_CURSES_LIBS ${CURSES_LIBRARIES} ${PANEL_LIBRARIES}) if(LLVM_ENABLE_TERMINFO AND HAVE_TERMINFO) list(APPEND LLDB_CURSES_LIBS ${TERMINFO_LIBS}) endif() @@ -103,5 +103,5 @@ if (LLDB_ENABLE_LIBEDIT) endif() if (LLDB_ENABLE_CURSES) - target_include_directories(lldbCore PRIVATE ${CURSES_INCLUDE_DIR}) + target_include_directories(lldbCore PRIVATE ${CURSES_INCLUDE_DIRS}) endif() |

