mirror of
https://github.com/boostorg/gil.git
synced 2026-01-25 06:12:22 +00:00
build: Add /bigobj to MSVC flags Avoid test\extension\dynamic_image\algorithm\copy_and_convert_pixels.cpp compilation error: fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj Co-authored-by: Mateusz Łoskot <mateusz@loskot.net>
19 lines
495 B
Plaintext
19 lines
495 B
Plaintext
# Boost.GIL (Generic Image Library) - dynamic_image tests
|
|
#
|
|
# Copyright (c) 2019 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 ;
|
|
|
|
alias headers : [ generate_self_contained_headers extension/dynamic_image ] ;
|
|
|
|
run any_image.cpp ;
|
|
run any_image_view.cpp ;
|
|
run image_view_factory.cpp ;
|
|
run subimage_view.cpp ;
|
|
|
|
build-project algorithm ;
|