A little better build but I really need to clean this up and use a state machine to handle the process.

This commit is contained in:
Zed A. Shaw 2024-08-01 07:01:27 -04:00
parent 93b181cdbc
commit 899e481c9d
4 changed files with 80 additions and 59 deletions

View file

@ -24,3 +24,6 @@ dependencies = [
executable('watchgit', 'watchgit.cpp',
dependencies: dependencies)
executable('regtest', 'regtest.cpp',
dependencies: [fmt])