blob: 4c0c2b4f8c9667e5f54b1c523138eb74e3302374 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
alias libxmlpp : : : :
<cflags>"`pkg-config --cflags libxml++-2.6`"
<linkflags>"`pkg-config --libs libxml++-2.6`" ;
lib p2processes :
procRows.cpp
:
<include>../../libmisc
<library>libxmlpp
<library>../common//p2common
<library>../files//p2files
;
|