gitlab-ci: enable sanitizers for the meson builds
[mesa-waffle.git] / third_party / meson.build
blob4cc44d69ef4fadb5f2951f45921ad31280fb8589
1 # SPDX-FileCopyrightText: Copyright © 2018 Intel Corporation
2 # SPDX-License-Identifier: BSD-2-Clause
4 subdir('threads')
5 if host_machine.system() == 'windows'
6   subdir('getopt')
7 else
8   idep_getopt = _dep_null
9 endif