Open antonio-rojas opened 6 days ago
tdlib and mcqd are also not found because they are header-only, so find_library
doesn't work.
Documentation preview for this PR (built with commit 46892d468b0d31c95fe5d527fe935c4d6913783d; changes) is ready! :tada: This preview will update shortly after each push to this PR.
tdlib and mcqd are also not found because they are header-only, so
find_library
doesn't work.
They also don't seem to provide pkg-config info. So just using cc.has_header
to check for the required headers, and if then set the dependency object to disabler()
if not found?
tdlib and mcqd are also not found because they are header-only, so
find_library
doesn't work.They also don't seem to provide pkg-config info. So just using
cc.has_header
to check for the required headers, and if then set the dependency object todisabler()
if not found?
Setting back to positive review, it was a simple rebase
meataxe is not a library, the library is called mtx and is already searched for