# SPDX-License-Identifier: GPL-2.0-or-later

add_library(xsvf STATIC)

target_sources(xsvf PRIVATE
	xsvf.c
	xsvf.h
)
