Skip to content

Commit

Permalink
Meson build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Nov 14, 2023
1 parent 87b31a0 commit 1f5542b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/catch2/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ reporter_headers = [
'reporters/catch_reporter_cumulative_base.hpp',
'reporters/catch_reporter_event_listener.hpp',
'reporters/catch_reporter_helpers.hpp',
'reporters/catch_reporter_json.hpp',
'reporters/catch_reporter_junit.hpp',
'reporters/catch_reporter_multi.hpp',
'reporters/catch_reporter_registrars.hpp',
Expand All @@ -299,6 +300,7 @@ reporter_sources = files(
'reporters/catch_reporter_cumulative_base.cpp',
'reporters/catch_reporter_event_listener.cpp',
'reporters/catch_reporter_helpers.cpp',
'reporters/catch_reporter_json.cpp',
'reporters/catch_reporter_junit.cpp',
'reporters/catch_reporter_multi.cpp',
'reporters/catch_reporter_registrars.cpp',
Expand Down

0 comments on commit 1f5542b

Please sign in to comment.