File: ConfigureChecks.cmake

package info (click to toggle)
tuxmath 2.0.3-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,488 kB
  • sloc: ansic: 18,791; sh: 4,416; makefile: 778; xml: 51; sed: 16
file content (6 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
include(CheckIncludeFile)
include(CheckSymbolExists)

check_symbol_exists(scandir dirent.h HAVE_SCANDIR)
check_include_file (error.h HAVE_ERROR_H)
check_include_file (search.h HAVE_TSEARCH)