Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/faaxm/exmpl-cmake-universal-app

CMake project of a macOS universal binary
https://github.com/faaxm/exmpl-cmake-universal-app

cmake macos universal-binary

Last synced: about 4 hours ago
JSON representation

CMake project of a macOS universal binary

Awesome Lists containing this project

README

        

# Example macOS universal app with cmake

This is a simple example that shows how to build a universal macOS (Intel & ARM/Apple Silicon) app using cmake. The essential part is the line `set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")` in the CMakeLists.txt file.