aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-09-07 22:34:21 -0700
committerGravatar Tom Willemse2021-09-07 22:34:32 -0700
commit60e752c0c5ae3798105919a43ee194e1e897d429 (patch)
treee364b168776c5e800e5e17c6812b6217a725c2f8 /clox/src/CMakeLists.txt
parentc1cbc359e9f1c2451e37d42fc6d2df1aae19f3ec (diff)
downloadcrafting-interpreters-60e752c0c5ae3798105919a43ee194e1e897d429.tar.gz
crafting-interpreters-60e752c0c5ae3798105919a43ee194e1e897d429.zip
Chapter 19.3
Diffstat (limited to 'clox/src/CMakeLists.txt')
-rw-r--r--clox/src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)