File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77#
88# See http://www.boost.org for updates, documentation, and revision history.
99
10- subproject libs/algorithm/string/example ;
1110
12- exe conv_example
13- :
14- conv_example.cpp
15- :
16- <include>$(BOOST_ROOT)
17- :
18- ;
19-
20- exe predicate_example
21- :
22- predicate_example.cpp
23- :
24- <include>$(BOOST_ROOT)
25- :
26- ;
27-
28- exe find_example
29- :
30- find_example.cpp
31- :
32- <include>$(BOOST_ROOT)
33- :
34- ;
35-
36- exe replace_example
37- :
38- replace_example.cpp
39- :
40- <include>$(BOOST_ROOT)
41- :
42- ;
43-
44- exe rle_example
45- :
46- rle_example.cpp
47- :
48- <include>$(BOOST_ROOT)
49- :
50- ;
51-
52- exe trim_example
53- :
54- trim_example.cpp
55- :
56- <include>$(BOOST_ROOT)
57- :
58- ;
59-
60- exe regex_example
61- :
62- regex_example.cpp
63- <lib>../../../regex/build/boost_regex
64- :
65- <include>$(BOOST_ROOT)
66- :
67- ;
68-
69- exe split_example
70- :
71- split_example.cpp
72- :
73- <include>$(BOOST_ROOT)
74- :
75- ;
11+ exe conv_example : conv_example.cpp ;
12+ exe predicate_example : predicate_example.cpp ;
13+ exe find_example : find_example.cpp ;
14+ exe replace_example : replace_example.cpp ;
15+ exe rle_example : rle_example.cpp ;
16+ exe trim_example : trim_example.cpp ;
17+ exe regex_example : regex_example.cpp /boost/regex//boost_regex ;
18+ exe split_example : split_example.cpp ;
You can’t perform that action at this time.
0 commit comments