build: convert build system to CMake

This commit is contained in:
2024-09-17 17:50:15 +01:00
parent 8497962af6
commit 065fdeec65
7 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
file(GLOB sources *.c *.h)
add_executable(e64patch ${sources})