mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Update Jamfile to generate dependencies
This commit is contained in:
@ -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>. ;
|
||||
|
@ -0,0 +1,3 @@
|
||||
# Generated file. Do not edit.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user