How to link a shared library using CMake, MacOS
I built a shared library called foo_shared_debug.dylib. I want to link it to an executable I have called bar.
I built a shared library called foo_shared_debug.dylib. I want to link it to an executable I have called bar.