From 0c4a3642a3f79b083dfced6a29908109e2472f45 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sat, 21 Jun 2025 16:16:10 -0400 Subject: [PATCH] feat(header-files): moved to be better organized --- src/logging/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/logging/meson.build b/src/logging/meson.build index 37feb89..451aec5 100644 --- a/src/logging/meson.build +++ b/src/logging/meson.build @@ -43,3 +43,5 @@ logging_dep = declare_dependency( link_with: liblogging, dependencies: dependencies ) + +install_headers(config_headers, subdir : 'fourdst/fourdst/logging')