sierdzio / gibs

Experimental project: in-source build system. Just for fun ;-)
Other
0 stars 1 forks source link

Support incremental builds #11

Closed sierdzio closed 6 years ago

sierdzio commented 6 years ago

Running ibs again on already-compiled project should run very quickly - only changed files should be parsed and updated.

sierdzio commented 6 years ago

Done, but only touched file + source + moc are reparsed and compiled. This is probably not enough (all files depening on touched header should be recompiled - probably)