From f8670ad393eee57666c5939de8715af289ed81d4 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Mon, 13 Feb 2023 22:46:38 +0000 Subject: [PATCH] Use ncursesw explicitly --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af825b3..d3ca152 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ add_subdirectory(src/gilles/helper) add_subdirectory(src/gilles/slog) add_executable(gilles src/gilles/gilles.c) -target_link_libraries(gilles m ncurses argtable2 config gameloop helper slog simulatorapi eclipse-paho-mqtt-c::paho-mqtt3c) +target_link_libraries(gilles m ncursesw argtable2 config gameloop helper slog simulatorapi eclipse-paho-mqtt-c::paho-mqtt3c) # used for enabling additional compiler options if supported include(CheckCXXCompilerFlag)