1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-06 23:52:38 -05:00
Files
xmrig/cmake/ghostrider.cmake
2022-08-07 21:21:36 +07:00

5 lines
106 B
CMake

if (WITH_GHOSTRIDER)
add_subdirectory(src/crypto/ghostrider)
list(APPEND LIBS ghostrider)
endif()