mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 15:24:46 +08:00
[SDL2 TTF] Fix package name in find_package (#4596)
This commit is contained in:
parent
ab0212d693
commit
2253ec837a
@ -3,7 +3,7 @@ project(SDL2_TTF C)
|
|||||||
|
|
||||||
find_path(SDL_INCLUDE_DIR SDL2/SDL.h)
|
find_path(SDL_INCLUDE_DIR SDL2/SDL.h)
|
||||||
find_library(SDL_LIBRARY NAMES SDL2d SDL2)
|
find_library(SDL_LIBRARY NAMES SDL2d SDL2)
|
||||||
find_package(FreeType REQUIRED)
|
find_package(Freetype REQUIRED)
|
||||||
|
|
||||||
add_library(SDL2_ttf SDL_ttf.c version.rc)
|
add_library(SDL2_ttf SDL_ttf.c version.rc)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user