Offer unit tests with a cmake option
[pulseview.git] / CMakeLists.txt
index 3adb9675c620ce287db1ae07fa2edb286b2d02d1..512ad18765509a90f6e950caa471c2f70095f742 100644 (file)
@@ -23,6 +23,12 @@ include(FindPkgConfig)
 
 project(pulseview)
 
+#===============================================================================
+#= User Options
+#-------------------------------------------------------------------------------
+
+option(ENABLE_TESTS "Enable unit tests" FALSE)
+
 #===============================================================================
 #= Dependencies
 #-------------------------------------------------------------------------------