An open API service indexing awesome lists of open source software.

https://github.com/mjbmon/ios-cmake

Projects for IOS apps using CMake.
https://github.com/mjbmon/ios-cmake

cmake cpp ios objective-c objective-c-plus-plus xcode

Last synced: 12 months ago
JSON representation

Projects for IOS apps using CMake.

Awesome Lists containing this project

README

          

IOS CMake Projects
==================

This repository contains several projects for building
IOS apps with CMake. The general approach is to be able
to compile, build, and install the app completely from
the command line, without launching the XCode GUI. See
Workflow.md in each project for instructions.

These projects use Objective-C/C++ and C++. The apps are
built without storyboards, except for the launch screens.

* [Test1](test1/README.md) -- This is a simple app that displays a button and
a label.

* [TestEdit](tedit/README.md) -- A simple text editor.

## See also.

* [Examples](https://github.com/ttroy50/cmake-examples)