Xcode – How to include an open source library into C++ project?
I am trying to use an open-source library into my project, specifically this one here. I have followed the installation guidelines and installed it globally with sudo cmake --build "build" --config Release --target install And I could see that the…