Move version handling to a separate file
This will avoid to include all dependencies headers from main.c.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user