Skip to content

Commit

Permalink
remove (unused) generated sources and fix filename in target
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkelSchubert committed Sep 20, 2024
1 parent c3351ad commit 20f4835
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,612 deletions.
4 changes: 2 additions & 2 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
html_template = custom_target(
'html-template',
input: ['reports_template.html'],
output: ['@[email protected]', '@[email protected]'],
output: ['@BASENAME@_html.hpp', '@BASENAME@_html.cpp'],
depend_files: ['debug.hpp'],
command: [
find_program(
meson.project_source_root() / 'scripts' / 'html_template_to_cpp.py',
),
'@INPUT@',
'@OUTDIR@' / '@BASENAME@',
'@OUTDIR@' / '@BASENAME@_html',
],
)

Expand Down
Loading

0 comments on commit 20f4835

Please sign in to comment.