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