mirror of
https://github.com/boostorg/predef.git
synced 2025-09-25 23:30:55 +02:00
Add modular install targets.
This commit is contained in:
@@ -37,6 +37,14 @@ if [ project.is-jamroot-module $(__name__) ]
|
|||||||
explicit
|
explicit
|
||||||
[ alias boost_predef ]
|
[ alias boost_predef ]
|
||||||
[ alias all : boost_predef test//all tools/check ]
|
[ 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
|
call-if
|
||||||
|
Reference in New Issue
Block a user