gen-zam: Move source files up a directory

This commit is contained in:
Tim Wojtulewicz 2025-08-21 15:35:26 +00:00
parent d3ac12da68
commit 7499234d42
3 changed files with 1 additions and 1 deletions

View file

@ -1,2 +1,2 @@
add_executable(gen-zam) add_executable(gen-zam)
target_sources(gen-zam PRIVATE src/Gen-ZAM.cc) target_sources(gen-zam PRIVATE Gen-ZAM.cc)