mirror of
https://github.com/GOSTSec/poolserver
synced 2025-01-15 01:00:10 +00:00
7 lines
76 B
CMake
7 lines
76 B
CMake
|
|
add_subdirectory(server)
|
|
|
|
if(TOOLS)
|
|
add_subdirectory(tools)
|
|
endif(TOOLS)
|