cmake_minimum_required(VERSION 3.22)

project(JTTB)

add_compile_options(-Wall -Wformat -Werror)

add_subdirectory(tbvm)
add_subdirectory(jttb)
