From ca985c30dc3f7c57a6a70e442755fb1aac0593b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Guzm=C3=A1n?= Date: Thu, 8 Dec 2022 00:13:50 -0600 Subject: [PATCH] install headers on proper subdir --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index bfc427a..82a08c2 100644 --- a/meson.build +++ b/meson.build @@ -173,6 +173,7 @@ install_headers( 'include/SQLiteCpp/Transaction.h', 'include/SQLiteCpp/VariadicBind.h', 'include/SQLiteCpp/ExecuteMany.h', + subdir : 'SQLiteCpp', ) sqlitecpp_dep = declare_dependency(