Skip to content

Commit 8888af7

Browse files
authored
fix: added missing pem.h
1 parent 19efeb4 commit 8888af7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cryptopp/sources.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ set(cryptopp_SOURCES
183183
)
184184

185185
set(cryptopp_SOURCES_PEM
186+
"${cryptopp-pem_SOURCE_DIR}/pem.cpp"
186187
"${cryptopp-pem_SOURCE_DIR}/pem_common.cpp"
187188
"${cryptopp-pem_SOURCE_DIR}/pem_eol.cxx"
188189
"${cryptopp-pem_SOURCE_DIR}/pem_read.cpp"

0 commit comments

Comments
 (0)