From 03aa0fe6c664f74e8e4e5877ef89b4e053b30bc5 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 12 Feb 2024 22:10:24 +0100 Subject: feat: Add initial ncurses support Alongside with loading and saving data from the dict.cc's text. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2614aa6..c34734d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,5 +7,5 @@ add_executable(dict ${src}) target_compile_options(dict PRIVATE -Wall -Wextra -Wpedantic -Werror) target_include_directories(dict PUBLIC "${PROJECT_BINARY_DIR}") -target_link_libraries(dict sqlite3) +target_link_libraries(dict sqlite3 ncursesw) -- cgit v1.2.3