Update Jamfile to generate dependencies

This commit is contained in:
Peter Dimov
2017-06-24 03:44:29 +03:00
parent 7b6bf3089f
commit 086d82f074
2 changed files with 19 additions and 0 deletions

View File

@ -2,3 +2,19 @@
install BoostVersion_ : ../../../BoostVersion.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>. ;

View File

@ -0,0 +1,3 @@
# Generated file. Do not edit.