diff --git a/src/probe/meson.build b/src/probe/meson.build index d86377b..cf6accf 100644 --- a/src/probe/meson.build +++ b/src/probe/meson.build @@ -30,7 +30,8 @@ probe_headers = files( dependencies = [ config_dep, mfem_dep, - quill_dep + quill_dep, + macros_dep ] # Define the liblogger library so it can be linked against by other parts of the build system