1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

[cmake] rename iOS and macOS variables

This commit is contained in:
Andrey Filipenkov
2025-08-30 21:50:00 +03:00
parent 710de2b638
commit 8add24a87d
12 changed files with 35 additions and 39 deletions

View File

@@ -227,7 +227,7 @@ if(SDL2_IMAGE_FOUND)
IMPORTED_LOCATION "${SDL2_IMAGE_LIBRARY}"
INTERFACE_INCLUDE_DIRECTORIES "${SDL2_IMAGE_INCLUDE_DIR}"
INTERFACE_LINK_LIBRARIES SDL2::SDL2)
if (APPLE_IOS)
if (IOS)
target_link_libraries(SDL2::Image INTERFACE
"-framework CoreGraphics"
"-framework Foundation"