You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
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()