Index: meson.build |
=================================================================== |
--- a/meson.build |
+++ b/meson.build |
@@ -223,16 +223,17 @@ |
LINK_PARAMS += '-lpthread' |
endif |
test_sources = [ |
'test/compiled/abptest.cpp', |
'test/compiled/String.cpp', |
'test/compiled/StringMap.cpp', |
'test/compiled/RegExp.cpp', |
+ 'test/compiled/Filter.cpp', |
] |
adblockpluscore = static_library('adblockpluscore', shared_sources, |
native_sources, |
cpp_args: compiler_args, |
link_args: LINK_PARAMS, |
pic: true) |
gtest = static_library('gtest', files(join_paths(GTEST_DIR, 'src', 'gtest-all.cc')), |