From 8b3b17f03ed8a3bfc9d72978f8b0134807132ee0 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Mon, 26 Dec 2022 18:18:21 -0500 Subject: Implement initial list of statuses --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 121322d..f2bbe92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,7 @@ set(PROJECT_SOURCES src/mainwindow.ui src/archive_parser.cpp src/archive_parser.h + src/types.h ) if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) -- cgit v1.2.3-54-g00ecf