Bryson-C / TheGame

Random Named Game Made With SDL
0 stars 0 forks source link

After Adding json.hpp (An External Single Header Library) Build Times Have Gone Up Dramatically #1

Open Bryson-C opened 1 year ago

Bryson-C commented 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.

Bryson-C commented 1 year ago

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.