From 3b9df606d05b7fe08a3877b5cc1e2c0d4f779e9f Mon Sep 17 00:00:00 2001 From: Rohith-Raju Date: Wed, 10 Apr 2024 12:38:28 +0530 Subject: [PATCH] update(cmakelist): change cmake file name --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b330a62..1dbf997 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,7 +6,7 @@ set(Sources Error.cpp AstPrinter.cpp Interpreter.cpp Statement.cpp - env/env.cpp + env/Env.cpp )