1
0
cuberite-2a/src/Noise
peterbell10 ee84197014
Force all headers other than "Globals.h" to be included with relative paths (#4269)
Closes #4236

CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/".

#include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
2018-08-29 01:51:25 +01:00
..
CMakeLists.txt Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
InterpolNoise.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Noise.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Noise.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
OctavedNoise.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
RidgedNoise.h RidgedNoise: Replaced fabs with std::abs(). 2014-11-27 22:48:31 +01:00