diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-08-01 23:08:48 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-08-01 23:08:48 +0200 |
| commit | 9dda64c39d0fdd6409305faff33c217dcf161e60 (patch) | |
| tree | b66b522a0af8d0730bef7852cbe9e3b78835fa86 /meson.build | |
| parent | 40b6a13d14680cfacb3cdb59f04224540b80d9e4 (diff) | |
Move screenshot capture and CLI commands from main.cpp into separate modules
The list commands return exit codes through args_parser instead of exiting.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 3b455a4..5bece63 100644 --- a/meson.build +++ b/meson.build @@ -43,6 +43,8 @@ src = [ 'src/recorder/recording_clock.c', 'src/recorder/muxer.c', 'src/recorder/replay_save.c', + 'src/recorder/screenshot.c', + 'src/cli/commands.c', 'src/egl.c', 'src/cuda.c', 'src/window_texture.c', |
