Skip to content

Commit

Permalink
Update build deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Aug 3, 2024
1 parent b5bf794 commit 95854ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Distributed under the Boost Software License, 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/exception//boost_exception ;

exe example_io : example_io.cpp ;
obj error_info_1 : error_info_1.cpp ;
obj error_info_2 : error_info_2.cpp ;
Expand Down
2 changes: 2 additions & 0 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import testing ;

project : requirements <library>/boost/exception//boost_exception ;

#to_string

run is_output_streamable_test.cpp ;
Expand Down

0 comments on commit 95854ac

Please sign in to comment.