From 9965e5a91e5f5cdc35008c72f98a9406034aacb4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 31 Jul 2019 23:46:36 +0100 Subject: Add install rules --- Jamroot.jam | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index a2d56a8..d8ef7a6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -29,3 +29,6 @@ lib pthread ; build-project src ; build-project unittests ; +explicit install ; +alias install : src//install ; + -- cgit v1.2.3