diff options
author | Tartalo <none@none> | 2010-06-06 23:53:50 +0200 |
---|---|---|
committer | Tartalo <none@none> | 2010-06-06 23:53:50 +0200 |
commit | e548d60b4e41019f585f867a23e623a60a424b75 (patch) | |
tree | c240b413388b97655a00e8aac5796ffb856dad90 /src/CMakeLists.txt | |
parent | ba535da6bc5f3d44be43460eeda27ddefcb9e409 (diff) |
Initial DO_TOOLS support for cmake
--HG--
branch : trunk
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b0531d9ab6d..205a3961677 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,2 +1,6 @@ add_subdirectory(server) +if(DO_TOOLS) + add_subdirectory(tools) +endif(DO_TOOLS) + |