From 828c158519cc4182277eca1d00ec7dd9fce4986c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 25 Aug 2025 16:39:20 +0100 Subject: Add install rules --- Jamroot.jam | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index c991a05..1a9a214 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,6 +1,7 @@ using pkg-config ; import pkg-config ; import testing ; +import package ; build-project src ; build-project test ; @@ -35,3 +36,9 @@ project webstat : requirements gcc,debug:-Wuseless-cast release:on-thin ; + +explicit install ; +alias install : install-exe install-data ; +package.install install-exe : : src//webstat_logger ; +package.install-data install-data : webstat : src/schema.sql ; + -- cgit v1.2.3