1# 2# Copyright (c) 2017-2020 Mateusz Loskot <mateusz at loskot dot net> 3# All rights reserved. 4# 5# Distributed under the Boost Software License, Version 1.0. 6# (See accompanying file LICENSE_1_0.txt or copy at 7# http://www.boost.org/LICENSE_1_0.txt) 8# 9message(STATUS "Boost.GIL: Configuring tests in test/extension/io") 10 11add_executable(test_ext_io_simple "simple_all_formats.cpp") 12target_link_libraries(test_ext_io_simple 13 PRIVATE 14 gil_compile_options 15 gil_include_directories 16 gil_dependencies) 17add_test(NAME t_ext_io_simple COMMAND test_ext_io_simple) 18 19# TODO: Add <format>/CMakeLists.txt configuration for each format ~mloskot 20