summaryrefslogtreecommitdiff
path: root/retrace/daemon/bargraph
diff options
context:
space:
mode:
authorMark Janes <mark.a.janes@intel.com>2015-11-30 13:48:36 -0800
committerMark Janes <mark.a.janes@intel.com>2017-06-19 14:04:46 -0700
commitf2c41514f05528411eb2ad5462ae75bdfa3d5c0c (patch)
tree2963c2c81dfbf3946e3737b95dc215fb189c0b27 /retrace/daemon/bargraph
parent605a5fe7db636a1aeb90212241aa22e369780755 (diff)
Exclude waffle-dependent test builds on windows.
Waffle does not exist for windows.
Diffstat (limited to 'retrace/daemon/bargraph')
-rw-r--r--retrace/daemon/bargraph/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/retrace/daemon/bargraph/CMakeLists.txt b/retrace/daemon/bargraph/CMakeLists.txt
index 2d389daa..6147464d 100644
--- a/retrace/daemon/bargraph/CMakeLists.txt
+++ b/retrace/daemon/bargraph/CMakeLists.txt
@@ -51,5 +51,8 @@ add_library(retrace_bargraph STATIC
qt5_use_modules(retrace_bargraph Core Gui OpenGL Concurrent Quick)
-add_subdirectory(test)
+if (NOT WIN32)
+ add_subdirectory(test)
+endif()
+
add_subdirectory(ui)