mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-05 16:07:42 +00:00
c4bccf410b
* Fix L2 cache size detect. * Add test for get_optimal_threads_count.
9 lines
No EOL
192 B
CMake
9 lines
No EOL
192 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) |