We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a151f commit edb9a71Copy full SHA for edb9a71
cryptopp/sources.cmake
@@ -64,7 +64,6 @@ set(cryptopp_SOURCES
64
files.cpp
65
filters.cpp
66
fips140.cpp
67
- fipstest.cpp
68
gcm.cpp
69
gcm_simd.cpp
70
gf256.cpp
@@ -185,6 +184,14 @@ set(cryptopp_SOURCES
185
184
zlib.cpp
186
)
187
+if(CRYPTOPP_BUILD_SHARED)
188
+ list(
189
+ APPEND
190
+ cryptopp_SOURCES
191
+ fipstest.cpp
192
+ )
193
+endif()
194
+
195
set(cryptopp_SOURCES_PEM
196
"${cryptopp-pem_SOURCE_DIR}/pem_common.cpp"
197
"${cryptopp-pem_SOURCE_DIR}/pem_read.cpp"
0 commit comments