]> git.tdb.fi Git - builder.git/commit
Remove the implicit include path for the generated source directory
authorMikko Rasa <tdb@tdb.fi>
Tue, 7 Mar 2023 23:36:26 +0000 (01:36 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 7 Mar 2023 23:36:26 +0000 (01:36 +0200)
commit17783446dddb1a60c5174031c97b13e4d1bc1f8e
treec4282c07cf9401ea2b54e8633d5b6d031619bb98
parentfa77f807be7a92e655befa2c344128d2dadd788f
Remove the implicit include path for the generated source directory

It doesn't work properly when a source file includes a header from a
different component in the local package and that header tries to include
a generated header in its own component.  Adding the generated source
directories of all used compnents isn't good either, in case multiple
components have generated headers with the same name.
source/lib/component.cpp