Move include to target.

This commit is contained in:
Rene Rivera
2025-04-17 08:37:16 -05:00
parent 36ac5b3a29
commit c7f6164f32

View File

@@ -17,11 +17,12 @@ constant boost_dependencies :
project /boost/circular_buffer
: common-requirements
<include>include
;
explicit
[ alias boost_circular_buffer : : : : <library>$(boost_dependencies) ]
[ alias boost_circular_buffer : : :
: <include>include <library>$(boost_dependencies) ]
[ alias all : boost_circular_buffer example test ]
;