sierdzio / gibs

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

Add module support #5

Closed sierdzio closed 6 years ago

sierdzio commented 6 years ago

If, for example, a header includes something from ../other_dir/, we should be able to add that path to include paths. Much like INCLUDEPATH works in qmake.

Syntax:

//i include ../other_dir
// Or
//i module ../other_dir

Or something.

sierdzio commented 6 years ago

Done. "include" syntax was chosen