Checkpoint file split.

This commit is contained in:
2025-11-28 02:27:19 -08:00
parent 4db6077738
commit a0d760c7d2
11 changed files with 960 additions and 775 deletions

View File

@@ -21,12 +21,13 @@ include(GNUInstallDirs)
# Add executable
add_executable(ke
main.c
abuf.c
term.c
buffer.c
editor.c
core.c
core.h
main.c
)
target_compile_definitions(ke PRIVATE KE_VERSION="ke version ${KE_VERSION}")
install(TARGETS ke RUNTIME DESTINATION bin)