Move version handling to a separate file

This will avoid to include all dependencies headers from main.c.
This commit is contained in:
Romain Vimont
2022-02-08 20:59:38 +01:00
parent 29828aa330
commit 9477594f80
4 changed files with 41 additions and 22 deletions

View File

@@ -26,6 +26,7 @@ src = [
'src/scrcpy.c',
'src/screen.c',
'src/server.c',
'src/version.c',
'src/video_buffer.c',
'src/util/acksync.c',
'src/util/file.c',