
- Fixed CPU affinity on Windows for NUMA and CPUs with lot of cores - Implemented per thread configurable Multihash mode (double, triple, quadruple, quintuple) - Rebased from XMRig 2.4.4
10 lines
No EOL
217 B
CMake
10 lines
No EOL
217 B
CMake
project("xmrig-test" C)
|
|
cmake_minimum_required(VERSION 3.0)
|
|
|
|
include(CTest)
|
|
|
|
add_subdirectory(unity)
|
|
#add_subdirectory(cryptonight)
|
|
#add_subdirectory(cryptonight_lite)
|
|
#add_subdirectory(autoconf)
|
|
add_subdirectory(cpu) |