add tool to watch all three beautiful cameras (#22528)

This commit is contained in:
Adeeb Shihadeh
2021-10-12 00:23:31 -07:00
committed by GitHub
parent 2f2b9116d4
commit ff771d9fcf
3 changed files with 31 additions and 1 deletions

View File

@@ -114,5 +114,7 @@ if arch in ['x86_64', 'Darwin'] and os.path.exists(Dir("#tools/").get_abspath())
replay_libs = [replay_lib, 'avutil', 'avcodec', 'avformat', 'swscale', 'bz2', 'curl'] + qt_libs
qt_env.Program("replay/replay", ["replay/main.cc"], LIBS=replay_libs)
qt_env.Program("watch3", ["watch3.cc"], LIBS=qt_libs)
if GetOption('test'):
qt_env.Program('replay/tests/test_replay', ['replay/tests/test_runner.cc', 'replay/tests/test_replay.cc'], LIBS=[replay_libs])