diff options
author | Malfurious <m@lfurio.us> | 2023-07-06 06:06:14 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-07-06 06:06:14 -0400 |
commit | d622a30a82f8ac6914926a5bfdc0e31dff6ce55d (patch) | |
tree | 14233977af248b4cc0a0eb83325b39874147fb7e /CMakeLists.txt | |
parent | 4def3856f105b1461615285c9e33750a51177994 (diff) | |
download | misplays-d622a30a82f8ac6914926a5bfdc0e31dff6ce55d.tar.gz misplays-d622a30a82f8ac6914926a5bfdc0e31dff6ce55d.zip |
Rename curshelpers unit to 'helpers'
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |