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

add_library(svf STATIC)

target_sources(svf PRIVATE
	svf.c
	svf.h
)
