mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-06 00:17:39 +00:00
8 lines
No EOL
165 B
CMake
8 lines
No EOL
165 B
CMake
project("xmrig-test" C)
|
|
cmake_minimum_required(VERSION 3.0)
|
|
|
|
include(CTest)
|
|
|
|
add_subdirectory(unity)
|
|
add_subdirectory(cryptonight)
|
|
add_subdirectory(cryptonight_lite) |