cmake_minimum_required(VERSION 3.0)

add_library(Psgino STATIC
    src/Psgino.cpp
    src/psg_ctrl/psg_ctrl.cpp
)

