-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84d91b3
commit 9277c65
Showing
3 changed files
with
58 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright René Ferdinand Rivera Morell 2023-2024 | ||
# 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 project ; | ||
|
||
project /boost/locale | ||
: common-requirements | ||
<source>/boost/assert//boost_assert | ||
<source>/boost/config//boost_config | ||
<source>/boost/core//boost_core | ||
<source>/boost/iterator//boost_iterator | ||
<source>/boost/predef//boost_predef | ||
<source>/boost/thread//boost_thread | ||
<include>include | ||
; | ||
|
||
explicit | ||
[ alias boost_locale : build//boost_locale ] | ||
[ alias all : boost_locale test ] | ||
; | ||
|
||
call-if : boost-library locale | ||
: install boost_locale | ||
; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters