Update build deps.

This commit is contained in:
Rene Rivera 2024-08-13 23:15:44 -05:00 committed by Barend Gehrels
parent f6657c13b1
commit 19865f5c65
2 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,8 @@
project boost-geometry-example-extensions-gis-latlong
: # requirements
: requirements
<library>/boost/foreach//boost_foreach
;
exe p01_projection_example : p01_projection_example.cpp ;

View File

@ -9,6 +9,10 @@
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
project : requirements
<library>/boost/assign//boost_assign
<library>/boost/algorithm//boost_algorithm ;
test-suite boost-geometry-extensions-gis-io-wkb
:
[ run read_wkb.cpp ]