Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/faaxm/exmpl-cmake-universal-app
- Owner: faaxm
- Created: 2023-08-07T15:01:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T07:50:00.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:28:37.981Z (7 months ago)
- Topics: cmake, macos, universal-binary
- Language: CMake
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- 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.