File tree Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ CMakeCache.txt
5
5
CMakeFiles
6
6
Makefile
7
7
Testing
8
- build
9
8
bin
9
+ * .gch
10
10
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ use-project /boost : $(BOOST_ROOT) ;
12
12
13
13
using testing ;
14
14
15
+ build-project libs/network/build ;
15
16
build-project libs/network/test ;
16
17
build-project libs/mime/test ;
17
18
Original file line number Diff line number Diff line change
1
+
2
+ # Copyright Dean Michael Berris 2007.
3
+ # Distributed under the Boost Software License, Version 1.0.
4
+ # (See accompanying file LICENSE_1_0.txt or copy at
5
+ # http://www.boost.org/LICENSE_1_0.txt)
6
+
7
+ project cpp-netlib :
8
+ requirements
9
+ <include>../../../
10
+ <include>$BOOST_ROOT
11
+ : source-location ../../../
12
+ ;
13
+
14
+ cpp-pch client : boost/network/include/http/client.hpp ;
15
+ cpp-pch server : boost/network/include/http/server.hpp ;
16
+
17
+ install headers : client server
18
+ : <location>../../../boost/network/include/http ;
19
+
20
+ alias all : headers ;
21
+
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ if [ os.name ] = CYGWIN
15
15
project network_test :
16
16
requirements
17
17
<include>../../../
18
+ <include>.
18
19
<source>/boost//unit_test_framework
19
20
<source>/boost//system
20
21
<source>/boost//date_time
You can’t perform that action at this time.
0 commit comments