mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Added forgotten files
[SVN r28314]
This commit is contained in:
4
v2/example/libraries/Jamroot
Normal file
4
v2/example/libraries/Jamroot
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
use-project /library-example/foo : util/foo ;
|
||||
|
||||
build-project app ;
|
||||
10
v2/example/libraries/util/foo/include/lib1.h
Normal file
10
v2/example/libraries/util/foo/include/lib1.h
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright (c) 2003 Vladimir Prus
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See
|
||||
// accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// http://www.boost.org
|
||||
//
|
||||
|
||||
void foo();
|
||||
Reference in New Issue
Block a user