Skip to content

CMake-Toolchain that builds directly using Xcode (instead of generating project)

License

Notifications You must be signed in to change notification settings

top-master/xcode-cmake-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

CMake support for Xcode,

Implements toolchain for CMake (CeeMake),
which supports iOS (EyeOhEss), Mac's Catalyst and MacOS targets fully,
but tvOS and watchOS targets should work as well (I mean, just not tested).

cmake-ios-toolchain

Let's appreciate that the example demonstrates running CMake directly from Xcode
(and this does not just add iOS support into CMake).

Why?

Because even in 2021, CMake still does not have built-in support.

Also, I just did NOT want to use CMake's generate-project feature (and then modify result into iOS version). Basically, that would break the whole point of using CMake in the first place! (which was editing a single script to update all platforms).

About

CMake-Toolchain that builds directly using Xcode (instead of generating project)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages