From 931bc90048bace0fb5e7608e3d2b3fdc4cf100ec Mon Sep 17 00:00:00 2001 From: jose94752 Date: Wed, 30 Oct 2024 12:50:18 +0100 Subject: [PATCH] Adding PropertiesDialog.cpp to cmake/winvnc/CMakeLists.txt Partial fix of cmake Sodium lib crash build #232 modified: cmake/winvnc/CMakeLists.txt --- cmake/winvnc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/winvnc/CMakeLists.txt b/cmake/winvnc/CMakeLists.txt index 3c65b2607..913a16d46 100644 --- a/cmake/winvnc/CMakeLists.txt +++ b/cmake/winvnc/CMakeLists.txt @@ -27,6 +27,7 @@ set(${PROJECT_NAME}_SOURCES IPC.cpp LayeredWindows.cpp MouseSimulator.cpp + PropertiesDialog.cpp ScreenCapture.cpp SettingsManager.cpp TextChat.cpp