We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a10d7 commit e98ec56Copy full SHA for e98ec56
CMakeLists.txt
@@ -9,6 +9,7 @@ configure_file(csolrc csolrc COPYONLY)
9
file(COPY games DESTINATION .)
10
file(COPY themes DESTINATION .)
11
12
+set(CURSES_NEED_WIDE TRUE)
13
find_package(Curses REQUIRED)
14
include_directories("$(CURSES_INCLUDE_DIR)")
15
0 commit comments