From 962ad42265e8b1c79cbb53235fd400677bcaa721 Mon Sep 17 00:00:00 2001 From: wqz <1197460504@qq.com> Date: Tue, 25 Apr 2023 17:10:12 +0800 Subject: [PATCH] CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77eea9f..65eb59f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,4 +35,4 @@ set(ANTLR_BUILD_CPP_TESTS OFF) # Only for ANTLR 4.10.0 and later versions add_subdirectory(${ANTLR_RUNTIME}) # Project source files -add_subdirectory(src) \ No newline at end of file +add_subdirectory(src) \ No newline at end of file