CMake + Xcode: how to select arm64 vs x86_64 libraries?
We have a CMake based project targeting Xcode, and must include a precompiled 3rd party library which supplies separate arm64 and x86_64 binaries. What we have working now is to simply attach both binaries like add_library( someLib INTERFACE ) add_library(…