Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meson build: fall back to dependancy if find_library fails (#78)
* find libs with dependency rather than find_library find_library only does a basic search for libs where dependency can use cmake and pkg-config. this is helpful on systems like nix where libraries are located over may uniquely named directories * use find_library for deps and fall back to dependency
- Loading branch information