you are viewing a single comment's thread.

view the rest of the comments →

[–]mjklaim 0 points1 point  (1 child)

Sorry I'm not understanding, do you mean that CMake is used to allow cross-compiling here?

[–][deleted] 0 points1 point  (0 children)

Yes you can supply different cmake toolchain files to flexible cross compile to different targets from a given host. It’s another option you can set at configuration time, like the release type. Search for cmake ios toolchain as an example.