From 4b8d314f575d9e893d8dda7431194f8b470fc888 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 18 Sep 2022 11:08:01 -0400 Subject: First step to adopt mingui as part of the project -- break it! --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f535cf3..9c85b78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,5 +20,5 @@ option(BUILD_SHARED_LIBS ON) add_compile_definitions(PATH_VALSIZE=${PATH_VALSIZE}) add_subdirectory(xsig) - +add_subdirectory(qdeduper) add_subdirectory(tests) -- cgit v1.2.3