mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
5 lines
127 B
Meson
5 lines
127 B
Meson
install_subdir('.',
|
|
install_dir: join_paths(get_option('prefix'), r2_themes),
|
|
exclude_files: ['Makefile', 'meson.build']
|
|
)
|