meson: Provide wrap for nlohmannCurrently on the system without nlohmann installed local build failswith error:"""../test/include/bej_common_test.hpp:5:10: fatal error:nlohmann/json.hpp: No suc
meson: Provide wrap for nlohmannCurrently on the system without nlohmann installed local build failswith error:"""../test/include/bej_common_test.hpp:5:10: fatal error:nlohmann/json.hpp: No such file or directory 5 | #include "nlohmann/json.hpp""""Provide wrap file for nlohmann and add the necessary dependency to fixthe issue.Tested:Local build via "meson setup build && cd build && meson compile" nowfinishes without errors.Change-Id: I8d63dac6f8963c7da2c5831a1fb1998663a12f6fSigned-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
show more ...