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: 9 months ago
JSON representation
CMake project of a macOS universal binary
- Host: GitHub
- URL: https://github.com/faaxm/exmpl-cmake-universal-app
- Owner: faaxm
- Created: 2023-08-07T15:01:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T07:50:00.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T15:49:28.055Z (about 1 year ago)
- Topics: cmake, macos, universal-binary
- Language: CMake
- Homepage:
- Size: 0 Bytes
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.