Skip to content

Meson: Use CMake more for finding deps on Visual Studio-like builds

Chun-wei Fan requested to merge msvc-cmake-dep into main

Hi,

This is a follow-up for commit dbd0ce30 where we try to improve the build experience on Visual Studio (and those that attempt to be like it) regarding how we find dependencies that don't have (or don't have good) pkg-config files generated from their build systems, for the following:

  • libtiff
  • IJG libjpeg or libjpeg-turbo

This MR improve things by using CMake's built-in support for finding these dependencies.

With blessings, thank you!

Merge request reports