A thread version of a UI that updates the the background.

This commit is contained in:
Zed A. Shaw 2024-08-09 12:31:38 -04:00
parent 20999eddd7
commit 4365bfa98d
2 changed files with 92 additions and 0 deletions

View file

@ -35,3 +35,6 @@ executable('regtest', 'regtest.cpp',
executable('ftxtest', 'ftxtest.cpp',
dependencies: dependencies)
executable('ftx_thread_test', 'ftx_thread_test.cpp',
dependencies: dependencies)