Orinize a project like IDE.
Source files under a directory and it's subdirectories are auto compiled into the final executable file
obj file are created in a seprated dir(i.e. build)
Some configuration:
TARGETfinal executable fileSUBDIRsubdirectories which include source filesBUILD_DIRobj file will be created in this directory