mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 12:37:13 +02:00
Update Jamfile to generate dependencies
This commit is contained in:
@ -2,3 +2,19 @@
|
|||||||
|
|
||||||
install BoostVersion_ : ../../../BoostVersion.cmake : <location>. ;
|
install BoostVersion_ : ../../../BoostVersion.cmake : <location>. ;
|
||||||
install default_ : ../../../cmake/default.cmake : <location>. ;
|
install default_ : ../../../cmake/default.cmake : <location>. ;
|
||||||
|
|
||||||
|
# Update dependencies
|
||||||
|
|
||||||
|
import path ;
|
||||||
|
|
||||||
|
path-constant LIBDIR : .. ;
|
||||||
|
|
||||||
|
actions boostdep-cmake
|
||||||
|
{
|
||||||
|
"$(LIBDIR)/../../dist/bin/boostdep" --cmake $(LIBDIR:B) > $(1)
|
||||||
|
}
|
||||||
|
|
||||||
|
make dependencies.cmake : : @boostdep-cmake ;
|
||||||
|
always dependencies.cmake ;
|
||||||
|
|
||||||
|
install dependencies_ : dependencies.cmake : <location>. ;
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
|
# Generated file. Do not edit.
|
||||||
|
|
||||||
boost_declare_dependency(boost_assert PUBLIC boost::assert)
|
boost_declare_dependency(boost_assert PUBLIC boost::assert)
|
||||||
boost_declare_dependency(boost_config PUBLIC boost::config)
|
boost_declare_dependency(boost_config PUBLIC boost::config)
|
||||||
boost_declare_dependency(boost_core PUBLIC boost::core)
|
boost_declare_dependency(boost_core PUBLIC boost::core)
|
||||||
boost_declare_dependency(boost_predef PUBLIC boost::predef)
|
boost_declare_dependency(boost_predef PUBLIC boost::predef)
|
||||||
boost_declare_dependency(boost_winapi PUBLIC boost::winapi)
|
boost_declare_dependency(boost_winapi PUBLIC boost::winapi)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user