diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-04 23:02:53 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-04 23:02:53 +0100 |
commit | a77706c37d3b6df3049f658dd220b813fe1834b8 (patch) | |
tree | 504bf6c75882ff89086139897290a27df31cdd80 | |
parent | 3b19c28f73fe8063cffa095f26df023e1d28cb79 (diff) |
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 99d0314..1fdac9a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('html_parser', ['c'], subproject_dir : 'depends') +project('html_search', ['c'], subproject_dir : 'depends') src = [ 'src/HtmlSearch.c', |