diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c9c0a8..e20d3d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,7 @@ include(cmake/common.cmake) add_subdirectory(client) add_subdirectory(server) + if(ENABLE_TESTS) add_subdirectory(test) endif() |