Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- option(WITH_STATIC_LIB "Build with a static library" OFF)
- option(WITH_CMOCKERY_SUPPORT "Install a cmockery header" OFF)
- option(UNIT_TESTING "Build with unit testing" OFF)
-
- if (UNIT_TESTING)
- set(WITH_STATIC_LIB ON)
- endif()
|