2018-02-14 20:37:01 +08:00
|
|
|
project('scrcpy', 'c', meson_version: '>= 0.37')
|
2018-02-13 18:55:12 +08:00
|
|
|
|
2018-02-14 18:10:09 +08:00
|
|
|
if get_option('build_app')
|
|
|
|
subdir('app')
|
|
|
|
endif
|
|
|
|
|
|
|
|
if get_option('build_server')
|
|
|
|
subdir('server')
|
|
|
|
endif
|
2018-02-13 18:55:12 +08:00
|
|
|
|
|
|
|
run_target('run', command: ['scripts/run-scrcpy.sh'])
|