cmake_minimum_required(VERSION 2.19)
find_package(Java REQUIRED)
include(UseJava)
project(Lox NONE)
add_subdirectory(com/craftinginterpreters)