From c573d3b7954296d95a0f8a79b8ac2ca261d86a02 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 15 Feb 2024 23:20:23 +0100 Subject: fix: Add better support for utf-8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fd48cee..f253be6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ 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 ncursesw m) +target_link_libraries(dict sqlite3 ncursesw m c) add_subdirectory(ext) -- cgit v1.2.3