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.
 
 
 
 
 

8 rader
226 B

  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. if (UNIT_TESTING)
  5. set(WITH_STATIC_LIB ON)
  6. endif()