peteb / tankage

Multiplayer 2D tank game; drive around in a mutable world together with friends
10 stars 2 forks source link

'build' and 'bin' folders (improvement suggestion) #9

Closed kskels closed 13 years ago

kskels commented 13 years ago

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.

peteb commented 13 years ago

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.