Files
godot-cpp/cmake/ios.cmake
2025-03-17 11:26:12 -05:00

18 lines
454 B
CMake

#[=======================================================================[.rst:
Ios
---
This file contains functions for options and configuration for targeting the
Ios platform
]=======================================================================]
function(ios_options)
# iOS options
endfunction()
function(ios_generate)
target_compile_definitions(${TARGET_NAME} PUBLIC IOS_ENABLED UNIX_ENABLED)
common_compiler_flags()
endfunction()