summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-08-03 12:17:32 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-08-03 12:17:32 +0100
commitfe4e3caafb823f1980eb5419ece58073eba5b34e (patch)
tree18f53622753c07adcc14e1d5675cdd3c1b7e99cf
parentEnable all cppchecks, no fixes needed (diff)
downloadlibjsonpp-fe4e3caafb823f1980eb5419ece58073eba5b34e.tar.bz2
libjsonpp-fe4e3caafb823f1980eb5419ece58073eba5b34e.tar.xz
libjsonpp-fe4e3caafb823f1980eb5419ece58073eba5b34e.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 c7108fd..86fc6f2 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -6,8 +6,7 @@ import pkg-config ;
variant coverage : debug ;
-project
- : requirements
+project libjsonpp : requirements
<cxxstd>17
<visibility>hidden
<linkflags>"-Wl,-z,defs,--warn-once,--gc-sections"