• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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#
8if(BOOST_GIL_ENABLE_EXT_DYNAMIC_IMAGE)
9  add_subdirectory(dynamic_image)
10endif()
11
12if(BOOST_GIL_ENABLE_EXT_NUMERIC)
13  add_subdirectory(numeric)
14endif()
15
16if(BOOST_GIL_ENABLE_EXT_TOOLBOX)
17  add_subdirectory(toolbox)
18endif()
19
20if(BOOST_GIL_ENABLE_EXT_IO)
21  add_subdirectory(io)
22endif()
23