cmake_minimum_required(VERSION 3.10)

set(SOURCES
	base.hpp
)

add_library(base91 INTERFACE)

