diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-03 12:17:32 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-03 12:17:32 +0100 |
commit | fe4e3caafb823f1980eb5419ece58073eba5b34e (patch) | |
tree | 18f53622753c07adcc14e1d5675cdd3c1b7e99cf | |
parent | Enable all cppchecks, no fixes needed (diff) | |
download | libjsonpp-fe4e3caafb823f1980eb5419ece58073eba5b34e.tar.bz2 libjsonpp-fe4e3caafb823f1980eb5419ece58073eba5b34e.tar.xz libjsonpp-fe4e3caafb823f1980eb5419ece58073eba5b34e.zip |
Assign an id to the root project
-rw-r--r-- | Jamroot.jam | 3 |
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" |