cmake_minimum_required(VERSION 3.15)

add_library(frt INTERFACE)

target_include_directories(frt INTERFACE src)
