From 3a9fdfb9aee0de5f8939c76561700aa3f90eb205 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sun, 2 Jan 2022 00:49:50 -0700 Subject: [PATCH] fix error messaging --- GUI/CMakeLists.txt | 1 + {host => GUI}/exception.cpp | 0 host/CMakeLists.txt | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename {host => GUI}/exception.cpp (100%) diff --git a/GUI/CMakeLists.txt b/GUI/CMakeLists.txt index 3353fb3..8ca32b5 100644 --- a/GUI/CMakeLists.txt +++ b/GUI/CMakeLists.txt @@ -4,6 +4,7 @@ find_qt5(Core Widgets WinExtras) add_executable(Textractor WIN32 main.cpp + exception.cpp mainwindow.cpp extenwindow.cpp attachprocessdialog.cpp diff --git a/host/exception.cpp b/GUI/exception.cpp similarity index 100% rename from host/exception.cpp rename to GUI/exception.cpp diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 72bf6e7..c109fc9 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -1,5 +1,4 @@ add_library(host - exception.cpp host.cpp textthread.cpp hookcode.cpp