From 0b970c6ee3c083b8b7b212036d8b738100758035 Mon Sep 17 00:00:00 2001 From: Vollstrecker Date: Sun, 10 Mar 2024 08:01:38 +0100 Subject: [PATCH] fix: added missing pem.h (#112) --- cryptopp/sources.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptopp/sources.cmake b/cryptopp/sources.cmake index 97f6cd9..34de12f 100644 --- a/cryptopp/sources.cmake +++ b/cryptopp/sources.cmake @@ -183,6 +183,7 @@ set(cryptopp_SOURCES ) set(cryptopp_SOURCES_PEM + "${cryptopp-pem_SOURCE_DIR}/pem.cpp" "${cryptopp-pem_SOURCE_DIR}/pem_common.cpp" "${cryptopp-pem_SOURCE_DIR}/pem_eol.cxx" "${cryptopp-pem_SOURCE_DIR}/pem_read.cpp"