diff --git a/configuration/gui/meson.build b/configuration/gui/meson.build index 12e77c5..61113f7 100644 --- a/configuration/gui/meson.build +++ b/configuration/gui/meson.build @@ -18,4 +18,4 @@ else ld_flags = [] endif -exe = executable('program', src, dependencies : [std_lib_facilities_dep], cpp_args : compiler_flags, link_args: ld_flags) \ No newline at end of file +exe = executable('program', src, dependencies : [std_lib_facilities_dep, animationwindow_dep], cpp_args : compiler_flags, link_args: ld_flags) \ No newline at end of file