look for gme header in the proper location

[EP] Cherry-picked from gzdoom fork.
This commit is contained in:
galtgendo 2016-02-20 11:38:29 +01:00 committed by Edoardo Prezioso
parent c3432a1ddb
commit 71f66aa912
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ find_package( BZip2 )
find_package( JPEG )
find_package( ZLIB )
# GME
find_path( GME_INCLUDE_DIR gme.h )
find_path( GME_INCLUDE_DIR gme/gme.h )
find_library( GME_LIBRARIES gme )
mark_as_advanced( GME_INCLUDE_DIR GME_LIBRARIES )
FIND_PACKAGE_HANDLE_STANDARD_ARGS( GME