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