From 22c0d5cf46643d509f8c3ee2b17c54774b8099a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 29 Sep 2015 00:48:33 +0200 Subject: GH-1202 rebuild SSL certs on start on OSX --- application/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'application/CMakeLists.txt') diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 90eb3891..13a085d0 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -322,6 +322,15 @@ set(MULTIMC_QRCS resources/certs/certs.qrc ) +set(MultiMC_OSX_source + CertWorkaround.cpp + CertWorkaround.h +) + +if(APPLE) + list(APPEND MULTIMC_SOURCES ${MultiMC_OSX_source}) +endif() + ######## Windows resource files ######## if(WIN32) set(MULTIMC_RCS resources/multimc.rc) -- cgit v1.2.3