util/OptionParser: move to cmdline/

This library will depend on libfmt, and libutil shouldn't depend on
any library.
This commit is contained in:
Max Kellermann
2022-11-29 11:27:59 +01:00
parent cf3f3a7750
commit 45b13fc2a6
13 changed files with 28 additions and 15 deletions

View File

@@ -392,6 +392,7 @@ if enable_database
endif
subdir('src/util')
subdir('src/cmdline')
subdir('src/time')
subdir('src/io')
subdir('src/io/uring')
@@ -529,6 +530,7 @@ mpd = build_target(
target_type: target_type,
include_directories: inc,
dependencies: [
cmdline_dep,
basic_dep,
config_dep,
dbus_dep,