cmake_minimum_required(VERSION 3.10)

set(SOURCES
	format.h
	str.h
	str_join.h
)

add_library(serialize INTERFACE)

