1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/tests/functional/plugins/meson.build
2025-08-07 02:57:02 +03:00

8 lines
148 B
Meson

libplugintest = shared_module(
'plugintest',
'plugintest.cc',
dependencies : [
dependency('nix-expr'),
],
build_by_default : false,
)