From aa41f26a26fcff212ecc55750a4806d83a6cf5dc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 18 Sep 2021 11:10:11 -0700 Subject: Chapter 19.4 - 19.5 --- clox/src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clox/src/CMakeLists.txt') diff --git a/clox/src/CMakeLists.txt b/clox/src/CMakeLists.txt index 0deeb6a..edee2cc 100644 --- a/clox/src/CMakeLists.txt +++ b/clox/src/CMakeLists.txt @@ -16,6 +16,8 @@ add_executable(Lox scanner.c object.h object.c + table.h + table.c main.c) install(TARGETS Lox) -- cgit v1.2.3-54-g00ecf