forked from boostorg/predef
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>. ;
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
# Generated file. Do not edit.
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user