L1Common: cmake fix for 'clean' target
ninja clean
doesn't know how to remove non-empty directories. Declare
the generated L1Common
directory as additional file to be cleaned.
ninja clean
doesn't know how to remove non-empty directories. Declare
the generated L1Common
directory as additional file to be cleaned.