Skip to content

Commit

Permalink
Update meson.build to fix catchorg#2722
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGrant authored Sep 12, 2023
1 parent 47a2c96 commit 2a4cbff
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 @@ -157,6 +157,7 @@ internal_headers = [
'matchers/catch_matchers_floating_point.hpp',
'matchers/catch_matchers_predicate.hpp',
'matchers/catch_matchers_quantifiers.hpp',
'matchers/catch_matchers_range_equals.hpp',
'matchers/catch_matchers_string.hpp',
'matchers/catch_matchers_templated.hpp',
'matchers/catch_matchers_vector.hpp',
Expand Down Expand Up @@ -251,6 +252,7 @@ internal_sources = files(
'matchers/catch_matchers_floating_point.cpp',
'matchers/catch_matchers_predicate.cpp',
'matchers/catch_matchers_quantifiers.cpp',
'matchers/catch_matchers_range_equals.cpp',
'matchers/catch_matchers_string.cpp',
'matchers/catch_matchers_templated.cpp',
'matchers/internal/catch_matchers_impl.cpp',
Expand Down

0 comments on commit 2a4cbff

Please sign in to comment.