blob: 6493efbf6c5091134ce2aa9f6b74ef1d85054d3a [file] [log] [blame]
sdbusplusplus_depfiles = files(
'sdbus++',
'sdbusplus/__init__.py',
'sdbusplus/enum.py',
'sdbusplus/error.py',
'sdbusplus/interface.py',
'sdbusplus/main.py',
'sdbusplus/method.py',
'sdbusplus/namedelement.py',
'sdbusplus/property.py',
'sdbusplus/renderer.py',
'sdbusplus/signal.py',
'sdbusplus/templates/error.cpp.mako',
'sdbusplus/templates/error.hpp.mako',
'sdbusplus/templates/error.md.mako',
'sdbusplus/templates/interface.client.hpp.mako',
'sdbusplus/templates/interface.common.hpp.mako',
'sdbusplus/templates/interface.md.mako',
'sdbusplus/templates/interface.server.cpp.mako',
'sdbusplus/templates/interface.server.hpp.mako',
'sdbusplus/templates/method.md.mako',
'sdbusplus/templates/method.client.hpp.mako',
'sdbusplus/templates/method.prototype.hpp.mako',
'sdbusplus/templates/property.md.mako',
'sdbusplus/templates/property.client.hpp.mako',
'sdbusplus/templates/property.prototype.hpp.mako',
'sdbusplus/templates/signal.md.mako',
'sdbusplus/templates/signal.prototype.hpp.mako',
)
meson.override_find_program('sdbus++', files('sdbus++'))
sdbusplusplus_prog = find_program('sdbus++', native: true)
meson.override_find_program('sdbus++-gen-meson', files('sdbus++-gen-meson'))
sdbuspp_gen_meson_prog = find_program('sdbus++-gen-meson', native: true)