5 lines
127 B
Meson
5 lines
127 B
Meson
command = shared_library('command', 'plugin.cpp',
|
|
dependencies : plugin_dep,
|
|
install : true,
|
|
install_dir : 'lib/loader')
|