Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: meson.build

Issue 29721697: Noissue - fix support of namespace, external user-config.h and debug configuration (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git@caf1800ce0342583de4c0320745f0fdb3b55bd01
Patch Set: get rid of the warning Created March 13, 2018, 6:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « compiled/library.cpp ('k') | test/compiled/library.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: meson.build
diff --git a/meson.build b/meson.build
index 7f04393de9fe7fe6c7dd79d77b4a5c4c60629fda..78ce9ec42397cf083f7b7a99a65fa7ce02038aae 100644
--- a/meson.build
+++ b/meson.build
@@ -215,7 +215,7 @@ if target_type == 'js'
'@INPUT@'
] + compiler_args + optional_args)
else
- compiler_args = ADDITIONAL_PARAMS + CORE_PARAMS
+ compiler_args = ADDITIONAL_PARAMS + CORE_PARAMS + optional_args
GTEST_DIR = join_paths('third_party', 'googletest', 'googletest')
GTEST_PARAMS = []
compiler = meson.get_compiler('cpp')
@@ -225,6 +225,7 @@ else
endif
test_sources = [
+ 'test/compiled/library.cpp',
'test/compiled/abptest.cpp',
'test/compiled/String.cpp',
'test/compiled/StringMap.cpp',
« no previous file with comments | « compiled/library.cpp ('k') | test/compiled/library.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld