Adding nlohmann_json library to my project, is it necessary to add the entire repo?
I am a newb in cmake and building external libraries. I am trying to add nlohmann_json library to my project but I don't want to include the entire repository in my project files, I saw in the readme file that…