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 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)