[Meson] Apply work-around for gtest-related failure on meson 0.50.1
authorWook Song <wook16.song@samsung.com>
Wed, 7 Aug 2019 05:32:55 +0000 (14:32 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 9 Aug 2019 06:29:12 +0000 (15:29 +0900)
commit69e6bf2e060c189307b9842dd280221488183e5b
tree2aae55136a1e250243788daa4d97c912941d6f79
parent618dbaaccdfafdf5e5decd7d2803cc599d4dd94a
[Meson] Apply work-around for gtest-related failure on meson 0.50.1

In the case that gtest has been installed via apt (i.e., apt install
libgtest-dev), meson provides the -I options indicating the directory
that does not exist. Therefore, it is failed to build when
'-Wmissing-include-dirs' is set. This patch works around this issue.

Signed-off-by: Wook Song <wook16.song@samsung.com>
meson.build