diff options
author | Mattes D <github@xoft.cz> | 2016-03-13 19:13:17 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-06-18 13:12:08 +0200 |
commit | a781be545611ac6dd4aa61433b77fbe4f2aeddad (patch) | |
tree | 8f45d5c9296729c4e26848ad4c6d23ad62e42862 /tests/CMakeLists.txt | |
parent | SelfTests: Moved cCompositeChat test to a separate project. (diff) | |
download | cuberite-a781be545611ac6dd4aa61433b77fbe4f2aeddad.tar cuberite-a781be545611ac6dd4aa61433b77fbe4f2aeddad.tar.gz cuberite-a781be545611ac6dd4aa61433b77fbe4f2aeddad.tar.bz2 cuberite-a781be545611ac6dd4aa61433b77fbe4f2aeddad.tar.lz cuberite-a781be545611ac6dd4aa61433b77fbe4f2aeddad.tar.xz cuberite-a781be545611ac6dd4aa61433b77fbe4f2aeddad.tar.zst cuberite-a781be545611ac6dd4aa61433b77fbe4f2aeddad.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 61f34d9fb..17ad2baa4 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -14,3 +14,4 @@ add_subdirectory(CompositeChat) add_subdirectory(HTTP) add_subdirectory(LoadablePieces) add_subdirectory(Network) +add_subdirectory(SchematicFileSerializer) |