3 lines
94 B
CMake
3 lines
94 B
CMake
add_subdirectory(RandomX)
|
|
set(RANDOMX_INCLUDE_DIR RandomX/src)
|
|
set(RANDOMX_LIBRARIES randomx)
|