X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=shared%2Fmeson.build;h=7ef0b3f83d021af6630df12f87178672cce2f0ff;hb=827606868bf9f1dd16208882f0e3ca424b3e9e0a;hp=1bb183b9a2e8107dc0753091421a269637b077c3;hpb=c290898058c364494fa74398c70566f3bff1ae4c;p=nageru diff --git a/shared/meson.build b/shared/meson.build index 1bb183b..7ef0b3f 100644 --- a/shared/meson.build +++ b/shared/meson.build @@ -2,7 +2,7 @@ qt5 = import('qt5') qt5deps = dependency('qt5', modules: ['OpenGL']) libmicrohttpddep = dependency('libmicrohttpd') -srcs = ['memcpy_interleaved.cpp', 'metacube2.cpp', 'ffmpeg_raii.cpp', 'mux.cpp', 'metrics.cpp', 'context.cpp', 'httpd.cpp'] +srcs = ['memcpy_interleaved.cpp', 'metacube2.cpp', 'ffmpeg_raii.cpp', 'mux.cpp', 'metrics.cpp', 'context.cpp', 'httpd.cpp', 'disk_space_estimator.cpp'] shared = static_library('shared', srcs, include_directories: top_include, dependencies: [qt5deps, libmicrohttpddep]) shareddep = declare_dependency( include_directories: top_include,