gitlab-ci: enable sanitizers for the meson builds
[mesa-waffle.git] / third_party / cmocka / DefineOptions.cmake
blob7564a22a4789905cf40ec4d80ef08dace5fec4d5
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)
5 if (UNIT_TESTING)
6     set(WITH_STATIC_LIB ON)
7 endif()