gil/test/CMakeLists.txt
MIRAL SHAH 716fe9ad8c Implement algorithms for binary and binary inverse thresholding (#313)
Add public functions threshold_binary and threshold_truncate.
Add tests and example.
Closes #310
2019-06-18 21:42:43 +02:00

18 lines
440 B
CMake

#
# Copyright (c) 2019 Mateusz Loskot <mateusz at loskot dot 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)
#
add_subdirectory(core)
add_subdirectory(legacy)
add_subdirectory(extension)
# TODO: Split headers tests into core and extensions, see Jamfile-s
# if(GIL_BUILD_HEADERS_TESTS)
# add_subdirectory(headers)
# endif()