update header file location for version check

This commit is contained in:
Sylvain PILLOT 2022-08-30 12:55:45 +02:00
parent e0f611e3b9
commit a2693e2f35
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
include(FindSimpleLibrary)
include(FindPackageHandleStandardArgs)
find_simple_library(libcSDL.a SDL_version.h _
find_simple_library(libcSDL.a SDL/SDL_version.h _
PATH_VAR CSDL_PATH
OTHER_MACROS SDL_MAJOR_VERSION SDL_MINOR_VERSION SDL_PATCHLEVEL)