Open Bryson-C opened 1 year ago
I need to do some testing to see if I used multiple files i.e. header and source file, if the build times will go back down. My guess is that the json.hpp is being rebuilt by CLion everytime I run the project.
https://github.com/nlohmann/json/tree/develop The link to the json parser just in case I need it. It works really well too, so shout outs to him.
I need to do some testing to see if I used multiple files i.e. header and source file, if the build times will go back down. My guess is that the json.hpp is being rebuilt by CLion everytime I run the project.