clay
clay copied to clipboard
Add FindCairo.cmake
At least on my OSX system, even with brew install cairo
, cairo isn't found by the C compiler in the standard locations. Calling FindPackage
with this FindCairo.cmake script and then explicitly linking and including the library solves the issue.