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.
- Host: GitHub
- URL: https://github.com/mjbmon/ios-cmake
- Owner: mjbmon
- Created: 2025-01-29T19:32:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T20:32:07.000Z (about 1 year ago)
- Last Synced: 2025-01-29T20:36:26.275Z (about 1 year ago)
- Topics: cmake, cpp, ios, objective-c, objective-c-plus-plus, xcode
- Language: Objective-C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)