mirror of
https://github.com/boostorg/boost_install.git
synced 2026-01-19 04:02:13 +00:00
Modular build tweaks.
This commit is contained in:
7
Jamfile
7
Jamfile
@@ -2,9 +2,14 @@
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
|
||||
|
||||
project /boost/tools/boost_install ;
|
||||
project /boost/boost_install ;
|
||||
|
||||
# BoostConfigVersion.cmake
|
||||
|
||||
generate BoostConfigVersion.cmake : : <generating-rule>@boost-install%generate-cmake-config-version <name>Boost <version>$(BOOST_VERSION) ;
|
||||
explicit BoostConfigVersion.cmake ;
|
||||
|
||||
explicit
|
||||
[ alias boost_install ]
|
||||
[ alias all : BoostConfigVersion.cmake ]
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user