mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 00:37:46 +00:00
7 lines
No EOL
130 B
CMake
7 lines
No EOL
130 B
CMake
project("xmrig-test" C)
|
|
cmake_minimum_required(VERSION 3.0)
|
|
|
|
include(CTest)
|
|
|
|
add_subdirectory(unity)
|
|
add_subdirectory(cryptonight) |