Commit f23ecf00 authored by Max Kellermann's avatar Max Kellermann

meson.build: set per-subproject "default_library"

parent a1c1e268
......@@ -10,9 +10,11 @@ project(
'build.cpp_std=c++17',
'warning_level=3',
# This is only here to build subprojects as static libraries; MPD
# itself doesn't ship any libraries.
'default_library=static',
# If we build those libraries as Meson subproject, they shall be
# linked statically into the MPD executable.
'fmt:default_library=static',
'gtest:default_library=static',
'sqlite3:default_library=static',
],
license: 'GPLv2+',
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment