repo.or.cz
/
mesa-waffle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gitlab-ci: enable sanitizers for the meson builds
[mesa-waffle.git]
/
third_party
/
meson.build
blob
4cc44d69ef4fadb5f2951f45921ad31280fb8589
1
# SPDX-FileCopyrightText: Copyright © 2018 Intel Corporation
2
# SPDX-License-Identifier: BSD-2-Clause
3
4
subdir('threads')
5
if host_machine.system() == 'windows'
6
subdir('getopt')
7
else
8
idep_getopt = _dep_null
9
endif