From d5677c5c698600cf2499b5bcd66105b7fab06868 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sat, 21 Jun 2025 16:14:34 -0400 Subject: [PATCH] feat(header-files): moved header file location --- src/constants/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/meson.build b/src/constants/meson.build index a955c7e..9b0fb1f 100644 --- a/src/constants/meson.build +++ b/src/constants/meson.build @@ -21,4 +21,4 @@ const_dep = declare_dependency( ) # Make headers accessible -install_headers(const_headers, subdir : '4DSSE/const') \ No newline at end of file +install_headers(const_headers, subdir : 'fourdst/constants')