From d622a30a82f8ac6914926a5bfdc0e31dff6ce55d Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 6 Jul 2023 06:06:14 -0400 Subject: Rename curshelpers unit to 'helpers' Signed-off-by: Malfurious --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 29662a6..7a13a74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ add_compile_definitions( add_executable(${PROJECT_NAME} console.c - curshelpers.c + helpers.c misplays.c ) -- cgit v1.2.3