diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f0d8f2d..7a01674a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,42 +145,42 @@ set (USE_INTERMEDIATE_OBJECTS_TARGET OFF CACHE BOOL "") if (CRYPTOPP_CUSTOM OR NOT RAIBLOCKS_SIMD_OPTIMIZATIONS) set (CRYPTOPP_LIBRARY cryptopp) add_library (cryptopp - cryptopp/algparam.cpp - cryptopp/asn.cpp - cryptopp/basecode.cpp - cryptopp/cpu.cpp - cryptopp/cryptlib.cpp - cryptopp/default.cpp - cryptopp/des.cpp - cryptopp/dessp.cpp - cryptopp/dll.cpp - cryptopp/ec2n.cpp - cryptopp/ecp.cpp - cryptopp/filters.cpp - cryptopp/fips140.cpp - cryptopp/gcm.cpp - cryptopp/gf2n.cpp - cryptopp/gfpcrypt.cpp - cryptopp/hex.cpp - cryptopp/hmac.cpp - cryptopp/hrtimer.cpp - cryptopp/integer.cpp - cryptopp/iterhash.cpp - cryptopp/misc.cpp - cryptopp/modes.cpp - cryptopp/mqueue.cpp - cryptopp/nbtheory.cpp - cryptopp/oaep.cpp - cryptopp/osrng.cpp - cryptopp/pubkey.cpp - cryptopp/queue.cpp - cryptopp/randpool.cpp - cryptopp/rdtables.cpp - cryptopp/rijndael.cpp - cryptopp/rng.cpp - cryptopp/sha.cpp - cryptopp/simple.cpp - cryptopp/winpipes.cpp) + cryptopp/algparam.cpp + cryptopp/asn.cpp + cryptopp/basecode.cpp + cryptopp/cpu.cpp + cryptopp/cryptlib.cpp + cryptopp/default.cpp + cryptopp/des.cpp + cryptopp/dessp.cpp + cryptopp/dll.cpp + cryptopp/ec2n.cpp + cryptopp/ecp.cpp + cryptopp/filters.cpp + cryptopp/fips140.cpp + cryptopp/gcm.cpp + cryptopp/gf2n.cpp + cryptopp/gfpcrypt.cpp + cryptopp/hex.cpp + cryptopp/hmac.cpp + cryptopp/hrtimer.cpp + cryptopp/integer.cpp + cryptopp/iterhash.cpp + cryptopp/misc.cpp + cryptopp/modes.cpp + cryptopp/mqueue.cpp + cryptopp/nbtheory.cpp + cryptopp/oaep.cpp + cryptopp/osrng.cpp + cryptopp/pubkey.cpp + cryptopp/queue.cpp + cryptopp/randpool.cpp + cryptopp/rdtables.cpp + cryptopp/rijndael.cpp + cryptopp/rng.cpp + cryptopp/sha.cpp + cryptopp/simple.cpp + cryptopp/winpipes.cpp) else () set (CRYPTOPP_LIBRARY cryptopp-static) add_subdirectory (cryptopp)