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

7 lines
76 B
CMake
Raw Normal View History

2013-07-23 16:39:44 +03:00
add_subdirectory(server)
if(TOOLS)
add_subdirectory(tools)
2013-07-23 16:53:32 +03:00
endif(TOOLS)