Move include to target.

This commit is contained in:
Rene Rivera 2025-04-14 19:16:45 -05:00
parent 8db96559c2
commit 713917981c

View File

@ -9,12 +9,11 @@ constant boost_dependencies :
/boost/config//boost_config ;
project /boost/typeof
: common-requirements
<include>include
;
explicit
[ alias boost_typeof : : : : <library>$(boost_dependencies) ]
[ alias boost_typeof : : :
: <include>include <library>$(boost_dependencies) ]
[ alias all : boost_typeof test ]
;