From: Joel Holdsworth Date: Fri, 12 Oct 2012 22:11:41 +0000 (+0100) Subject: Offer unit tests with a cmake option X-Git-Tag: pulseview-0.1.0~267 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=506523c1f161152fe4eab0f7b72374fd07078c31;p=pulseview.git Offer unit tests with a cmake option --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3adb9675..512ad187 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,12 @@ include(FindPkgConfig) project(pulseview) +#=============================================================================== +#= User Options +#------------------------------------------------------------------------------- + +option(ENABLE_TESTS "Enable unit tests" FALSE) + #=============================================================================== #= Dependencies #-------------------------------------------------------------------------------