diff options
author | Mattes D <github@xoft.cz> | 2020-04-03 14:50:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 14:50:08 +0200 |
commit | a765e71325c640ab47c60a41b950b446c5901d37 (patch) | |
tree | b245017dea46da13e5646a7a34dcde90d4b2680c /src/CMakeLists.txt | |
parent | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) (diff) | |
download | cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar.gz cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar.bz2 cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar.lz cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar.xz cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar.zst cuberite-a765e71325c640ab47c60a41b950b446c5901d37.zip |
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5012fc3e5..43327d197 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -74,7 +74,6 @@ SET (SRCS Statistics.cpp StringCompression.cpp StringUtils.cpp - Tracer.cpp UUID.cpp VoronoiMap.cpp WebAdmin.cpp @@ -160,7 +159,6 @@ SET (HDRS Stopwatch.h StringCompression.h StringUtils.h - Tracer.h UUID.h Vector3.h VoronoiMap.h |