Skip to content

Commit e98ec56

Browse files
committed
Link with ncursesw (fixes #2).
1 parent f6a10d7 commit e98ec56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ configure_file(csolrc csolrc COPYONLY)
99
file(COPY games DESTINATION .)
1010
file(COPY themes DESTINATION .)
1111

12+
set(CURSES_NEED_WIDE TRUE)
1213
find_package(Curses REQUIRED)
1314
include_directories("$(CURSES_INCLUDE_DIR)")
1415

0 commit comments

Comments
 (0)