mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-06 23:52:38 -05:00
5 lines
106 B
CMake
5 lines
106 B
CMake
if (WITH_GHOSTRIDER)
|
|
add_subdirectory(src/crypto/ghostrider)
|
|
list(APPEND LIBS ghostrider)
|
|
endif()
|