diff options
author | Qyriad <qyriad@qyriad.me> | 2024-08-09 14:25:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-08-09 14:25:13 +0000 |
commit | 346e340cbfe450df3709cf5d51e26ba247a2c1ad (patch) | |
tree | a6ef8d3130a923e5d80832fe47e68e03c1eefa42 /src/libexpr/meson.build | |
parent | 5d4686bcd5600c3071e91bd53338bcb12cd44a54 (diff) | |
parent | 0787dcf5f6550ab4ee87c54627b565252ebed1c7 (diff) |
Merge "libexpr: move Value implementations out of eval.cc" into main
Diffstat (limited to 'src/libexpr/meson.build')
-rw-r--r-- | src/libexpr/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/meson.build b/src/libexpr/meson.build index b11e4c2e0..af72bd549 100644 --- a/src/libexpr/meson.build +++ b/src/libexpr/meson.build @@ -31,6 +31,7 @@ libexpr_sources = files( 'print-ambiguous.cc', 'print.cc', 'search-path.cc', + 'value.cc', 'value-to-json.cc', 'value-to-xml.cc', 'flake/config.cc', |