1
0
mirror of https://github.com/GOSTSec/poolserver synced 2025-01-15 09:09:59 +00:00
poolserver/cmake/options.cmake

5 lines
252 B
CMake
Raw Normal View History

2013-07-23 16:39:44 +03:00
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)