mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 06:53:40 +00:00
Inclusion of check symbol cmake's module.
This commit is contained in:
parent
1802b7c6fe
commit
6ba8faa7fb
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ else()
|
|||
endif()
|
||||
|
||||
if ( UNIX )
|
||||
include(CheckSymbolExists)
|
||||
check_symbol_exists( "fts_set" "fts.h" HAVE_FTS )
|
||||
if ( NOT HAVE_FTS )
|
||||
include ( FindPkgConfig )
|
||||
|
|
Loading…
Reference in a new issue