Skip to content

Commit

Permalink
Add modular install targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Mar 16, 2023
1 parent d85975d commit e508ed8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ if [ project.is-jamroot-module $(__name__) ]
explicit
[ alias boost_predef ]
[ alias all : boost_predef test//all tools/check ]
[ install install-global-headers
: [ glob-tree-ex include : *.h ]
: <install-source-root>include <location>(includedir) ]
[ install install-data
: build.jam [ glob-tree-ex tools/check : * ] [ glob-tree-ex include : *.h ]
: <install-source-root>. <location>(datadir)/boost_predef ]
[ alias install :
install-global-headers install-data ]
;

call-if
Expand Down

0 comments on commit e508ed8

Please sign in to comment.