Fixed Tests CMakeLists

This commit is contained in:
Pasha Bibko
2025-07-23 17:50:25 +01:00
parent 920d1d8f7d
commit 783d259995

View File

@@ -1,5 +1,5 @@
# Creates the binary to run the tests #
add_executable(LXC_Test
add_executable(LXC_Tests
src/LexerTests.cpp
)