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
/
cmocka
/
DefineOptions.cmake
blob
7564a22a4789905cf40ec4d80ef08dace5fec4d5
1
option(WITH_STATIC_LIB "Build with a static library" OFF)
2
option(WITH_CMOCKERY_SUPPORT "Install a cmockery header" OFF)
3
option(UNIT_TESTING "Build with unit testing" OFF)
4
5
if (UNIT_TESTING)
6
set(WITH_STATIC_LIB ON)
7
endif()