You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.