Skip to content

Commit

Permalink
fix error messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Jan 2, 2022
1 parent dad0360 commit 3a9fdfb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions GUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ find_qt5(Core Widgets WinExtras)

add_executable(Textractor WIN32
main.cpp
exception.cpp
mainwindow.cpp
extenwindow.cpp
attachprocessdialog.cpp
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion host/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_library(host
exception.cpp
host.cpp
textthread.cpp
hookcode.cpp
Expand Down

0 comments on commit 3a9fdfb

Please sign in to comment.