# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: none

add_subdirectory(src)
if(BUILD_TESTING)
    add_subdirectory(autotests)
endif()

