How about creating 'build' folder? The main benefits are that all the CMake temporary files will be stored in this folder instead of spamming every other folder which contains CMakeLists.txt.
The 'bin' folder would be nice to keep track on the libraries and binary files that are compiled (unit test executables will add some stuff, too).
I can help to implement this if you think that makes any sense.
That seems like a great idea, I will add it to the engine TODO list (TODO in the root). Feel free to implement :) If you fix it, you can just change the item in the TODO list to DONE.
How about creating 'build' folder? The main benefits are that all the CMake temporary files will be stored in this folder instead of spamming every other folder which contains CMakeLists.txt.
The 'bin' folder would be nice to keep track on the libraries and binary files that are compiled (unit test executables will add some stuff, too).
I can help to implement this if you think that makes any sense.