Add support for modular build structure. (#136)

This commit is contained in:
René Ferdinand Rivera Morell
2025-01-15 23:26:00 -06:00
committed by GitHub
parent fee1d9c646
commit e120d2e8f5
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
require-b2 5.2 ;
#|
This B2 project provides support for using the Predef library externally as
a standalone project. To use externally you would need a `use-project`

View File

@@ -3,6 +3,7 @@
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
import-search ../tools/check ;
import predef : require check : predef-require predef-check ;
import common ;
import path ;