aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-09-06 02:24:56 -0700
committerGravatar Tom Willemse2021-09-06 02:24:56 -0700
commitba52787271b246255b8788942cdb74560f840bfe (patch)
tree85febc8cd97beb7fc498bc16e01bb496c3941b20 /clox/src/CMakeLists.txt
parentc10cbcdf99824bf81fb0874deb258d5c8c7cb22d (diff)
downloadcrafting-interpreters-ba52787271b246255b8788942cdb74560f840bfe.tar.gz
crafting-interpreters-ba52787271b246255b8788942cdb74560f840bfe.zip
Chapter 19.1 - 19.2
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 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)