build: update to support building under a hosted cross-compiler

This commit is contained in:
2026-07-19 13:24:41 +01:00
parent bd6872d672
commit a14d0173c8
4 changed files with 19 additions and 6 deletions
+2
View File
@@ -1,3 +1,5 @@
file(GLOB sources *.c *.h)
add_executable(e64patch ${sources})
install(TARGETS e64patch)