Merge pull request #11566 from v1993/patch-2

Fix build when using mGBA in unorthodox location
This commit is contained in:
Admiral H. Curtiss 2023-02-22 21:04:04 +01:00 committed by GitHub
commit c5775c5b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
find_path(LIBMGBA_INCLUDE_DIR flags.h PATH_SUFFIXES mgba)
find_path(LIBMGBA_INCLUDE_DIR mgba/flags.h)
find_library(LIBMGBA_LIBRARY mgba)
mark_as_advanced(LIBMGBA_INCLUDE_DIR LIBMGBA_LIBRARY)