cmake_minimum_required(VERSION 3.16)

project(traceloom LANGUAGES CXX)

enable_testing()

add_subdirectory(native)
