diff options
author | peterbell10 <peterbell10@live.co.uk> | 2017-09-11 23:17:51 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-09-11 23:17:51 +0200 |
commit | 642fc239e2fc4524c47e5adba405bbdfcb7d0239 (patch) | |
tree | 34781378449fef884cac3871e228b99d0347b40d /tests/CMakeLists.txt | |
parent | Fix crash for players out of the world. Fixes #4006 (#4007) (diff) | |
download | cuberite-642fc239e2fc4524c47e5adba405bbdfcb7d0239.tar cuberite-642fc239e2fc4524c47e5adba405bbdfcb7d0239.tar.gz cuberite-642fc239e2fc4524c47e5adba405bbdfcb7d0239.tar.bz2 cuberite-642fc239e2fc4524c47e5adba405bbdfcb7d0239.tar.lz cuberite-642fc239e2fc4524c47e5adba405bbdfcb7d0239.tar.xz cuberite-642fc239e2fc4524c47e5adba405bbdfcb7d0239.tar.zst cuberite-642fc239e2fc4524c47e5adba405bbdfcb7d0239.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 59a62e1bb..eba4bc4c8 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -15,3 +15,4 @@ add_subdirectory(LuaThreadStress) add_subdirectory(Network) add_subdirectory(OSSupport) add_subdirectory(SchematicFileSerializer) +add_subdirectory(UUID) |