use_mangled_mesa.rst 434 B

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