forked from boostorg/predef
Add support for modular build structure. (#136)
This commit is contained in:
committed by
GitHub
parent
fee1d9c646
commit
e120d2e8f5
@@ -3,6 +3,8 @@
|
|||||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
# http://www.boost.org/LICENSE_1_0.txt)
|
# http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
require-b2 5.2 ;
|
||||||
|
|
||||||
#|
|
#|
|
||||||
This B2 project provides support for using the Predef library externally as
|
This B2 project provides support for using the Predef library externally as
|
||||||
a standalone project. To use externally you would need a `use-project`
|
a standalone project. To use externally you would need a `use-project`
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
# http://www.boost.org/LICENSE_1_0.txt)
|
# http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
import-search ../tools/check ;
|
||||||
import predef : require check : predef-require predef-check ;
|
import predef : require check : predef-require predef-check ;
|
||||||
import common ;
|
import common ;
|
||||||
import path ;
|
import path ;
|
||||||
|
Reference in New Issue
Block a user