1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-06 15:42:38 -05:00

Move common code to cryptonight_p.h

This commit is contained in:
XMRig
2017-04-24 13:23:49 +03:00
parent 454c78cf0a
commit b35ecef06f
7 changed files with 231 additions and 745 deletions

View File

@@ -4,6 +4,7 @@ project(xmrig C)
set(HEADERS
compat.h
algo/cryptonight/cryptonight.h
algo/cryptonight/cryptonight_p.h
elist.h
xmrig.h
version.h
@@ -35,7 +36,7 @@ set(HEADERS_UTILS
set(SOURCES
xmrig.c
algo/cryptonight/cryptonight_common.c
algo/cryptonight/cryptonight.c
util.c
options.c
cpu.c