Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / gil / test / extension / CMakeLists.txt
1 #
2 # Copyright (c) 2019 Mateusz Loskot <mateusz at loskot dot net>
3 #
4 # Distributed under the Boost Software License, Version 1.0.
5 # (See accompanying file LICENSE_1_0.txt or copy at
6 # http://www.boost.org/LICENSE_1_0.txt)
7 #
8 if(GIL_ENABLE_EXT_DYNAMIC_IMAGE)
9   add_subdirectory(dynamic_image)
10 endif()
11
12 if(GIL_ENABLE_EXT_NUMERIC)
13   add_subdirectory(numeric)
14 endif()
15
16 if(GIL_ENABLE_EXT_TOOLBOX)
17   add_subdirectory(toolbox)
18 endif()
19
20 if(GIL_ENABLE_EXT_IO)
21   add_subdirectory(io)
22 endif()