Files
yuzu/externals/vcpkg/buildtrees/boost-filesystem/src/ost-1.79.0-f01c77d79c.clean/bug/Jamfile.v2
2022-11-05 15:35:56 +01:00

18 lines
429 B
Plaintext
Executable File

# 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 ;