Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 258 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 258 Bytes

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.