From 506523c1f161152fe4eab0f7b72374fd07078c31 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Fri, 12 Oct 2012 23:11:41 +0100 Subject: [PATCH] Offer unit tests with a cmake option --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 #------------------------------------------------------------------------------- -- 2.30.2