mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-15 09:01:24 +00:00
Inclusion of check symbol cmake's module.
This commit is contained in:
parent
8b184a2d6a
commit
9dad219d4e
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ else()
|
||||||
set( ALL_C_FLAGS "-ffp-contract=off" )
|
set( ALL_C_FLAGS "-ffp-contract=off" )
|
||||||
|
|
||||||
if ( UNIX )
|
if ( UNIX )
|
||||||
|
include(CheckSymbolExists)
|
||||||
check_symbol_exists( "fts_set" "fts.h" HAVE_FTS )
|
check_symbol_exists( "fts_set" "fts.h" HAVE_FTS )
|
||||||
if ( NOT HAVE_FTS )
|
if ( NOT HAVE_FTS )
|
||||||
include ( FindPkgConfig )
|
include ( FindPkgConfig )
|
||||||
|
|
Loading…
Reference in a new issue