diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-11 20:07:14 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-11 20:25:42 +0200 |
commit | 80453e215ebf25e1907ac129a50988b58bc219be (patch) | |
tree | f55f6bdf0476e1795f2da92821f7f0adafeb4994 /src/CMakeLists.txt | |
parent | 0f85ce1c54810148a5bfcfcedf64a573f4e6e482 (diff) |
Rewritten cmakes allowing compilation with new structure
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d45040780f..4c1b42618e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,7 +11,3 @@ add_subdirectory(genrev) add_subdirectory(server) -if(TOOLS) - add_subdirectory(tools) -endif(TOOLS) - |