aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
blob: 986fe479e18689e1d787b600a048b1b13fc7497f (plain)
1
2
3
4
5
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
option(WITH_CMOCKERY_SUPPORT "Install a cmockery header" OFF)
option(WITH_EXAMPLES "Build examples" ON)
option(UNIT_TESTING "Build with unit testing" OFF)
option(PICKY_DEVELOPER "Build with picky developer flags" OFF)