diff --git a/cmake/randomx.cmake b/cmake/randomx.cmake index 5b3ce9c7..b6d64f49 100644 --- a/cmake/randomx.cmake +++ b/cmake/randomx.cmake @@ -40,33 +40,12 @@ if (WITH_RANDOMX) src/crypto/rx/RxDataset.cpp src/crypto/rx/RxQueue.cpp src/crypto/rx/RxVm.cpp - src/crypto/randomx/defyx/align.h - src/crypto/randomx/defyx/brg_endian.h src/crypto/randomx/defyx/KangarooTwelve.c - src/crypto/randomx/defyx/KangarooTwelve.h src/crypto/randomx/defyx/KeccakP-1600-reference.c - src/crypto/randomx/defyx/KeccakP-1600-SnP.h - src/crypto/randomx/defyx/KeccakSponge-common.h - src/crypto/randomx/defyx/KeccakSponge.inc src/crypto/randomx/defyx/KeccakSpongeWidth1600.c - src/crypto/randomx/defyx/KeccakSpongeWidth1600.h - src/crypto/randomx/defyx/Phases.h - src/crypto/randomx/defyx/sha256.h - src/crypto/randomx/defyx/sysendian.h src/crypto/randomx/defyx/yescrypt-best.c - src/crypto/randomx/defyx/yescrypt-opt.c - src/crypto/randomx/defyx/yescrypt-platform.c - src/crypto/randomx/defyx/yescrypt-ref.c - src/crypto/randomx/defyx/yescrypt-simd.c - src/crypto/randomx/defyx/yescrypt.h - src/crypto/randomx/panthera/insecure_memzero.h src/crypto/randomx/panthera/sha256.c - src/crypto/randomx/panthera/sha256.h - src/crypto/randomx/panthera/sysendian.h src/crypto/randomx/panthera/yespower-opt.c - src/crypto/randomx/panthera/yespower-platform.c - src/crypto/randomx/panthera/yespower-ref.c - src/crypto/randomx/panthera/yespower.h ) if (CMAKE_C_COMPILER_ID MATCHES MSVC)