2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-10 23:32:20 +00:00
Files
build/example/libraries/lib1/Jamfile
Vladimir Prus 77e4f3a793 Added an example of library use.
[SVN r15971]
2002-10-23 14:03:17 +00:00

5 lines
78 B
Plaintext

project lib1
: use-requirements <include>include ;
lib lib1 : lib1.cpp ;