2
0
mirror of https://github.com/boostorg/predef.git synced 2026-01-31 08:22:16 +00:00
Files
predef/cmake/Jamfile
2017-06-24 03:44:29 +03:00

21 lines
451 B
Plaintext

# Update cmake files
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>. ;