From 60e752c0c5ae3798105919a43ee194e1e897d429 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 7 Sep 2021 22:34:21 -0700 Subject: Chapter 19.3 --- 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 e46b989..0deeb6a 100644 --- a/clox/src/CMakeLists.txt +++ b/clox/src/CMakeLists.txt @@ -15,6 +15,7 @@ add_executable(Lox scanner.h scanner.c object.h + object.c main.c) install(TARGETS Lox) -- cgit v1.2.3-54-g00ecf