1
0
Fork 0
cuberite-2a/tests
Tiger Wang a145980795
Fix Android builds (#4998)
Construct paths relative to the Cuberite sources with PROJECT_SOURCE_DIR, instead of wherever the first CMakeLists.txt file happened to be with CMAKE_SOURCE_DIR.

In Android's case, the latter was in a folder called android/ but that's not the root of the source tree, so any file path built off that root was wrong. This caused file-specific warnings exclusions to fail to apply.
2020-10-15 09:35:44 +00:00
..
BlockTypeRegistry Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
BoundingBox Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
ByteBuffer Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
ChunkData Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
CompositeChat Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
ConsoleColors Moved some files. 2013-12-21 12:59:41 +00:00
FastRandom Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
Generating Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
HTTP Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
LoadablePieces Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
LuaThreadStress Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
Network Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
NoiseTest Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
OSSupport Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
SchematicFileSerializer Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
UUID Fix Android builds (#4998) 2020-10-15 09:35:44 +00:00
CMakeLists.txt Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
TestHelpers.h Require semi-colon at end of function-like macros (#4719) 2020-05-05 20:39:59 +00:00