Is there a way to get the Build Configurations to work in Xcode when you have a multi-config project?
I can use cmake --build ./build --config Release
but if I build Debug or Release from the Xcode schemes, they both just output the Debug binary to build/artefacts/Debug`. It’d be great if it worked both from Xcode and the command line if possible.
Thanks!