Skip to content

Commit

Permalink
Make the library modular usable.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Mar 11, 2024
1 parent 5b67b8f commit 1758089
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
# 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)
#==============================================================================

import-search /boost/config/checks ;

import testing ;
import ../../config/checks/config : requires ;
import config : requires ;

project hof
: requirements [ requires cxx11_variadic_templates cxx11_constexpr ]
<include>../include/
;

rule test_all
Expand Down

0 comments on commit 1758089

Please sign in to comment.