aboutsummaryrefslogtreecommitdiff
path: root/advtrains_train_subway/depends.txt
diff options
context:
space:
mode:
authorywang <yw05@forksworld.de>2021-01-05 15:10:58 +0100
committerywang <yw05@forksworld.de>2021-01-05 15:10:58 +0100
commit6575b3dac7773aff72ed3dbc126fa0a48ec58c4f (patch)
treee2094773ce32f80e69c23749cf49d24409d1ffa7 /advtrains_train_subway/depends.txt
parent741ed7b4a763838a45336bcc866ab6e29928266c (diff)
downloadadvtrains-6575b3dac7773aff72ed3dbc126fa0a48ec58c4f.tar.gz
advtrains-6575b3dac7773aff72ed3dbc126fa0a48ec58c4f.tar.bz2
advtrains-6575b3dac7773aff72ed3dbc126fa0a48ec58c4f.zip
Remove advtrains_hud_blank.png
Diffstat (limited to 'advtrains_train_subway/depends.txt')
0 files changed, 0 insertions, 0 deletions
3'>133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
#.rst:
# FindNcursesw
# ------------
#
# Find the ncursesw (wide ncurses) include file and library.
#
# Based on FindCurses.cmake which comes with CMake.
#
# Checks for ncursesw first. If not found, it then executes the
# regular old FindCurses.cmake to look for for ncurses (or curses).
#
#
# Result Variables
# ^^^^^^^^^^^^^^^^
#
# This module defines the following variables:
#
# ``CURSES_FOUND``
#   True if curses is found.
# ``NCURSESW_FOUND``
#   True if ncursesw is found.
# ``CURSES_INCLUDE_DIRS``
#   The include directories needed to use Curses.
# ``CURSES_LIBRARIES``
#   The libraries needed to use Curses.
# ``CURSES_HAVE_CURSES_H``
#   True if curses.h is available.
# ``CURSES_HAVE_NCURSES_H``
#   True if ncurses.h is available.
# ``CURSES_HAVE_NCURSES_NCURSES_H``
#   True if ``ncurses/ncurses.h`` is available.
# ``CURSES_HAVE_NCURSES_CURSES_H``
#   True if ``ncurses/curses.h`` is available.
# ``CURSES_HAVE_NCURSESW_NCURSES_H``
#   True if ``ncursesw/ncurses.h`` is available.
# ``CURSES_HAVE_NCURSESW_CURSES_H``
#   True if ``ncursesw/curses.h`` is available.
#