From 4da44b4fa7d55a32e32f59a46ce14f285a0140c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= Date: Tue, 6 Sep 2022 11:44:06 +0200 Subject: [PATCH] meson: install wait-group.hpp --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 37e47bf..042879c 100644 --- a/meson.build +++ b/meson.build @@ -20,6 +20,7 @@ if get_option('install_headers') 'include/async/recurring-event.hpp', 'include/async/result.hpp', 'include/async/sequenced-event.hpp', + 'include/async/wait-group.hpp', subdir : 'async/') endif