mirror of
https://git.allpurposem.at/mat/WiggleWobble.git
synced 2025-12-23 13:01:28 +01:00
9 lines
140 B
Meson
9 lines
140 B
Meson
configure_file(
|
|
input: 'version.hpp.in',
|
|
output: 'version.hpp',
|
|
configuration: {
|
|
'PLUGIN_VERSION': meson.project_version()
|
|
}
|
|
)
|
|
|