10 lines
No EOL
217 B
CMake
10 lines
No EOL
217 B
CMake
project("xmrig-test" C)
|
|
cmake_minimum_required(VERSION 2.8)
|
|
|
|
include(CTest)
|
|
|
|
add_subdirectory(unity)
|
|
#add_subdirectory(cryptonight)
|
|
#add_subdirectory(cryptonight_lite)
|
|
#add_subdirectory(autoconf)
|
|
add_subdirectory(cpu) |