ttl_files = [
  'lv2core.ttl',
  'manifest.ttl',
]

foreach f : ttl_files
  configure_file(copy: true, input: f, output: f)
endforeach