CMakeLists.txt 440 B

1234567891011121314151617
  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. add_subdirectory(core)
  9. add_subdirectory(legacy)
  10. add_subdirectory(extension)
  11. # TODO: Split headers tests into core and extensions, see Jamfile-s
  12. # if(GIL_BUILD_HEADERS_TESTS)
  13. # add_subdirectory(headers)
  14. # endif()