1use_mangled_mesa 2---------------- 3 4Disallowed since version 3.0. See CMake Policy :policy:`CMP0030`. 5 6Copy mesa headers for use in combination with system GL. 7 8:: 9 10 use_mangled_mesa(PATH_TO_MESA OUTPUT_DIRECTORY) 11 12The path to mesa includes, should contain ``gl_mangle.h``. The mesa 13headers are copied to the specified output directory. This allows 14mangled mesa headers to override other GL headers by being added to 15the include directory path earlier. 16