summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-08-03 14:24:11 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-08-03 14:24:11 +0100
commit4109a3fa7922bde37b83ca37fd98d699a1b399e3 (patch)
tree070404aa252483c904265f882268c902fbc99fb3
parentReformat with new clang-format (diff)
downloadlibdbpp-4109a3fa7922bde37b83ca37fd98d699a1b399e3.tar.bz2
libdbpp-4109a3fa7922bde37b83ca37fd98d699a1b399e3.tar.xz
libdbpp-4109a3fa7922bde37b83ca37fd98d699a1b399e3.zip
Assign an id to the root project
-rw-r--r--Jamroot.jam3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index ac02597..5578db3 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -7,8 +7,7 @@ import pkg-config ;
variant coverage : debug ;
-project
- : requirements
+project libdbpp : requirements
<cxxstd>20
<visibility>hidden
<linkflags>"-Wl,-z,defs,--warn-once,--gc-sections"