2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-20 14:52:10 +00:00
Files
gil/test/point/Jamfile
2018-10-20 16:35:29 +02:00

19 lines
399 B
Plaintext

# Boost.GIL (Generic Image Library) - tests
#
# Copyright (c) 2018 Mateusz Loskot <mateusz@loskot.net>
#
# 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)
import testing ;
project
: requirements
<include>$(BOOST_ROOT)
<include>..
;
compile point_concepts.cpp ;
run point.cpp ;