blob: e6ce6edaf13d1bf7f84d1956bc53f8ce083e1c7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
import os ;
import slice ;
import testing ;
using pkg-config ;
import pkg-config ;
variant coverage : debug ;
project gentoobrowse : requirements
<define>ICE_CPP11_MAPPING
<cxxstd>20
<visibility>hidden
<linkflags>"-Wl,-z,defs,--warn-once,--gc-sections"
<variant>release:<lto>on
<variant>debug:<warnings>extra
<variant>debug:<warnings-as-errors>on
<variant>coverage:<coverage>on
;
build-project gentoobrowse ;
pkg-config.import libxmlpp : : <name>libxml++-3.0 ;
pkg-config.import glibmm : : <name>glibmm-2.4 ;
|