From 33fbdd6827e008b0d061431d4c9633ee7f3d1f70 Mon Sep 17 00:00:00 2001 From: Aiwe Date: Thu, 16 Dec 2021 12:45:42 +0200 Subject: [PATCH] Include yespower --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc010b5..4ae9287 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -169,6 +169,7 @@ file(GLOB_RECURSE CRYPTONOTE_SOURCES cryptonote/src/crypto/slow-hash.c cryptonote/src/crypto/slow-hash.cpp cryptonote/src/crypto/tree-hash.c + cryptonote/src/crypto/yespower.c cryptonote/src/CryptoNoteCore/*.cpp cryptonote/src/CryptoNoteProtocol/*.cpp cryptonote/src/HTTP/*.cpp