• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost Filesystem Library Bug report Jamfile
2
3# Copyright Beman Dawes 2014
4# Distributed under the Boost Software License, Version 1.0.
5# See www.boost.org/LICENSE_1_0.txt
6
7# Library home page: http://www.boost.org/libs/filesystem
8
9project
10    : requirements
11      <library>/boost/filesystem//boost_filesystem
12    ;
13
14exe bug : bug.cpp : <link>static ;
15
16# install in ./bin; invoke via "b2", not "b2 install"
17install bin : bug ;
18