Skip to content

Commit

Permalink
Update build deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot authored and barendgehrels committed Aug 20, 2024
1 parent f6657c1 commit 19865f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/example/gis/projections/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down
4 changes: 4 additions & 0 deletions extensions/test/gis/io/wkb/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 19865f5

Please sign in to comment.