diff --git a/platforms/ios/CMakeLists.txt b/platforms/ios/CMakeLists.txt index 54ca798..b607baf 100644 --- a/platforms/ios/CMakeLists.txt +++ b/platforms/ios/CMakeLists.txt @@ -27,6 +27,8 @@ find_library(CFNETWORK CFNetwork) find_library(SYSTEMCONFIGURATION SystemConfiguration) find_library(GAMECONTROLLER GameController) find_library(QUARTZ QuartzCore) +find_library(METAL Metal) +find_library(CORE_GRAPHICS CoreGraphics) add_platform( MAIN_FILE @@ -48,6 +50,8 @@ add_platform( ${SYSTEMCONFIGURATION} ${GAMECONTROLLER} ${QUARTZ} + ${METAL} + ${CORE_GRAPHICS} GFXVulkan COMPILE_OPTIONS )