I've installed a library into my /usr/local directory. I would now like to include this directory into my CMakeLists.txt. How do I do this?
I have installed a library onto my system and I would now like to import this library to build with cmake in my CMakeLists.txt file but I’m not able to import it. I get errors that the library can’t be found when I run cmake .. The library was installed to /usr/local and it is… Read More I've installed a library into my /usr/local directory. I would now like to include this directory into my CMakeLists.txt. How do I do this?