aboutsummaryrefslogtreecommitdiffstats
path: root/clox/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clox/CMakeLists.txt')
-rw-r--r--clox/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/clox/CMakeLists.txt b/clox/CMakeLists.txt
new file mode 100644
index 0000000..fb44875
--- /dev/null
+++ b/clox/CMakeLists.txt
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 2.19)
+
+project(Lox C)
+
+add_subdirectory(src)