cmake_minimum_required(VERSION 3.14.0)

add_library(sana2 INTERFACE)
target_include_directories(sana2 INTERFACE include)
