# Copyright 2016 by Martin Moene
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

include_directories( "." )

add_subdirectory( test )
add_subdirectory( example )

enable_testing()

# end of file
