Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaner CMakeLists, better OS separation with use of system libs
Incorporates changes of @PoroCYon on PR #125 (remove useless lexers) Incorporates changes of @linkmauve on PR #81 (use system libs) Generalize option for system libs to all external deps and whenever opting for system libs make finding it a requirement with no fallback to vendored like @AMDmi3 suggested on PR #147 but use consistent and readable `pkg_search_module` for all libs and `find_path` for header-only deps.
- Loading branch information