aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/CMakeLists.txt
diff options
context:
space:
mode:
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)