vectorgraphics/asymptote
cmake-scripts/external-libs.cmake
:93
list(APPEND ASY_MACROS HAVE_CURSES_H HAVE_LIBCURSES)
list(APPEND ASY_MACROS HAVE_CURSES_H HAVE_LIBCURSES)
check_include_file(curses.h HAVE_CURSES_H)
CHECK_INCLUDE_FILES(curses.h HAVE_CURSES_H)
check_include_files(curses.h HAVE_CURSES_H)