cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
project(sensory LANGUAGES CXX)
add_subdirectory("wrapper")
add_subdirectory("test")