2
0
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:
Vladimir Prus
2005-04-18 08:48:05 +00:00
parent ce3572650e
commit ddb470bf21
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
use-project /library-example/foo : util/foo ;
build-project app ;

View 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();