1
0
mirror of https://github.com/GOSTSec/poolserver synced 2025-01-15 09:09:59 +00:00
poolserver/cmake/options.cmake
2013-07-23 16:41:24 +03:00

5 lines
252 B
CMake

option(POOLSERVER "Build Pool Server" 1)
option(STRATUM "Build Pool Server with Stratum" 1)
option(STATSSERVER "Build Stats Server" 1)
option(MYSQL "Use MySQL database" 1)