this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #205 from X0rg/master

Add a submodule for OpenSSL Certificates

authored by

Luboš Doležel and committed by
GitHub
989beba7 7b58df5c

+4
+3
.gitmodules
··· 180 180 [submodule "src/external/bc"] 181 181 path = src/external/bc 182 182 url = ../darling-bc.git 183 + [submodule "src/external/openssl_certificates"] 184 + path = src/external/openssl_certificates 185 + url = ../darling-openssl_certificates.git
+1
src/CMakeLists.txt
··· 106 106 add_subdirectory(Cocoa) 107 107 add_subdirectory(external/file/file) 108 108 add_subdirectory(external/libxpc) 109 + add_subdirectory(external/openssl_certificates) 109 110 110 111 if (NOT DARLING_NO_EXECUTABLES) 111 112 add_subdirectory(external/shell_cmds)