cmake_minimum_required(VERSION 3.10)

set(SOURCES
	byte_view.h
	File.h
	MakeTempDirectory.h
)

add_library(util INTERFACE)

