From: Joel Holdsworth Date: Fri, 12 Oct 2012 22:11:41 +0000 (+0100) Subject: Offer unit tests with a cmake option X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=506523c1f161152fe4eab0f7b72374fd07078c31 Offer unit tests with a cmake option --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3adb967..512ad18 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 #-------------------------------------------------------------------------------