project('scrcpy', 'c')
if get_option('build_app')
subdir('app')
endif
if get_option('build_server')
subdir('server')
run_target('run', command: ['scripts/run-scrcpy.sh'])