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
Is there a reason that all the install rules are behind an if statement checking if source_dir is current_source_dir?
This makes it so if I use lexy in a library that also defines install targets, I have to manually include every lexy target (of which there are a few).