fix(libplugin): alias target for libplugin

This commit is contained in:
2025-08-06 12:43:19 -04:00
parent d0deac8b2a
commit a6971e3e07
7 changed files with 22 additions and 11 deletions

View File

@@ -5,3 +5,5 @@ logging_dep = logging_p.get_variable('logging_dep')
quill_dep = logging_p.get_variable('quill_dep')
log_dep = [logging_dep, quill_dep]
alias_target('build-liblogging', liblogging)