From 783d259995f96f33d97a1b5d37fb28f59b44c4b0 Mon Sep 17 00:00:00 2001 From: Pasha Bibko <156938226+PashaBibko@users.noreply.github.com> Date: Wed, 23 Jul 2025 17:50:25 +0100 Subject: [PATCH] Fixed Tests CMakeLists --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b3410a8..9e59e18 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # Creates the binary to run the tests # -add_executable(LXC_Test +add_executable(LXC_Tests src/LexerTests.cpp )