Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7affde98e..747473b70 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -62,6 +62,7 @@ set(SHARED_SOURCES
"PasswordGenerator.cpp"
"PlatformCheck.cpp"
"QtUtils.cpp"
+ "ProcessResolver.cpp"
"SelfSignedCertificate.cpp"
"ServerAddress.cpp"
"ServerResolver.cpp"
@@ -96,6 +97,7 @@ set(SHARED_HEADERS
"OSInfo.h"
"PasswordGenerator.h"
"PlatformCheck.h"
+ "ProcessResolver.h"
"SelfSignedCertificate.h"
"ServerAddress.h"
"ServerResolver.h"