You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when modularisation is used it's necessary to pass list of lime files twice:
once as PUBLIC sources for target_sources(... PUBLIC )
and second time to apigen_generate(... LIME_FILES )
It looks excessive, may be apigen_generate may add sources to target (needs to be checked) or apigen_generate may read existing sources from target.
The text was updated successfully, but these errors were encountered:
Currently when modularisation is used it's necessary to pass list of lime files twice:
once as PUBLIC sources for target_sources(... PUBLIC )
and second time to apigen_generate(... LIME_FILES )
It looks excessive, may be apigen_generate may add sources to target (needs to be checked) or apigen_generate may read existing sources from target.
The text was updated successfully, but these errors were encountered: