blob: c6e8d6e6bfe2d6f11dbad2bc5568b5f6d9db8244 [file] [log] [blame]
# Boost Filesystem Library Bug report Jamfile
# Copyright Beman Dawes 2014
# Distributed under the Boost Software License, Version 1.0.
# See www.boost.org/LICENSE_1_0.txt
# Library home page: http://www.boost.org/libs/filesystem
project
: requirements
<library>/boost/filesystem//boost_filesystem
;
exe bug : bug.cpp : <link>static ;
# install in ./bin; invoke via "b2", not "b2 install"
install bin : bug ;