diff options
author | Mattes D <github@xoft.cz> | 2016-06-26 15:51:12 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2016-06-26 15:51:12 +0200 |
commit | 1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73 (patch) | |
tree | b94e203e895c25d7724c3db71564fcbf4027fb9e /tests/CMakeLists.txt | |
parent | Merge pull request #3240 from cuberite/grownvisualizer (diff) | |
download | cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar.gz cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar.bz2 cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar.lz cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar.xz cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.tar.zst cuberite-1462e4f70e6bc8e42f6a5b5e959b7e34f2774a73.zip |
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 052a31835..a076ffed9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -15,4 +15,5 @@ add_subdirectory(CompositeChat) add_subdirectory(HTTP) add_subdirectory(LoadablePieces) add_subdirectory(Network) +add_subdirectory(OSSupport) add_subdirectory(SchematicFileSerializer) |