CMakeUserPresets.json

{ "version": 3, "cmakeMinimumRequired": { "major": 3, "minor": 21, "patch": 0 }, "configurePresets": [ { "name": "ios-common", "displayName": "iOS base", "hidden": true, "cacheVariables": { "BUNDLE_IDENTIFIER_PREFIX": "com.kambala", "CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM": "4XHN44TEVG" }, "warnings": { "dev": false } }, { "name": "ios", "displayName": "iOS", "inherits": ["ios-device", "ios-common"], "cacheVariables": { "CMAKE_PREFIX_PATH": "~/dev/vcmi/vcmi-ios-depends/build/iphoneos", "CMAKE_CXX_COMPILER_LAUNCHER": "ccache" } }, { "name": "ios-sim", "displayName": "iOS simulator", "inherits": ["ios-simulator", "ios-common"], "cacheVariables": { "CMAKE_PREFIX_PATH": "~/dev/vcmi/vcmi-ios-depends/build/iphonesimulator" } } ] }
local CMake presets for VCMI iOS

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.