How to I build a project using Cmake and Make using libraries downloaded from Homebrew?
question
Currently I am trying to build a project with Cmake and Make, and both don't seem to have the ability to detect the libraries I installed using Brew. For Cmake, I had to enter their locations when running the command and then the Make step seems to not detect them.
I'm not sure this is necessarily because of some technical limitation with compiling the project or if it's something that can reasonably be fixed.