mirror of
https://github.com/mpv-player/mpv
synced 2025-01-10 00:49:32 +00:00
ff322864f2
Adds support for the meson build system as well as a bit of documentation. Compatibility with the existing waf build is maintained.
7 lines
225 B
Meson
7 lines
225 B
Meson
defaults_js = custom_target('defaults.js',
|
|
input: join_paths(source_root, 'player', 'javascript', 'defaults.js'),
|
|
output: 'defaults.js.inc',
|
|
command: [file2string, '@INPUT@', '@OUTPUT@'],
|
|
)
|
|
sources += defaults_js
|