From ba52787271b246255b8788942cdb74560f840bfe Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 6 Sep 2021 02:24:56 -0700 Subject: Chapter 19.1 - 19.2 --- clox/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'clox/src/CMakeLists.txt') diff --git a/clox/src/CMakeLists.txt b/clox/src/CMakeLists.txt index af21222..e46b989 100644 --- a/clox/src/CMakeLists.txt +++ b/clox/src/CMakeLists.txt @@ -14,6 +14,7 @@ add_executable(Lox compiler.c scanner.h scanner.c + object.h main.c) install(TARGETS Lox) -- cgit v1.2.3-54-g00ecf