Skip to content

faaxm/exmpl-cmake-universal-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CMake project of a macOS universal binary

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published