From 386ff62ca3aba790f9831ee7c194d24f6fb781fe Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Nov 2019 02:38:58 -0600 Subject: UI: Import some of the 2016 prototype - welcome to Qt UI development --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ec75ca..bc07267 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,7 @@ endif() option(BUILD_TOOLS "Enable building of tools (Validator, Simulator, etc)" ON) +option(BUILD_UI "Enable user interface" ON) ## Code Coverage stuff ## @@ -82,6 +83,9 @@ add_subdirectory(owner) IF(BUILD_TOOLS) add_subdirectory(tools) ENDIF(BUILD_TOOLS) +IF(BUILD_UI) + add_subdirectory(ui) +ENDIF(BUILD_UI) IF(INSTALL) add_subdirectory(fetch) ENDIF(INSTALL) -- cgit v1.2.3-60-g2f50