Browse Source

GL: forgot to list these internal headers in CMakeLists.

pull/499/head
Vladimír Vondruš 3 years ago
parent
commit
e933849ded
  1. 2
      src/Magnum/GL/CMakeLists.txt

2
src/Magnum/GL/CMakeLists.txt

@ -101,10 +101,12 @@ set(MagnumGL_HEADERS
set(MagnumGL_PRIVATE_HEADERS set(MagnumGL_PRIVATE_HEADERS
Implementation/BufferState.h Implementation/BufferState.h
Implementation/ContextState.h Implementation/ContextState.h
Implementation/compressedPixelFormatMapping.hpp
Implementation/FramebufferState.h Implementation/FramebufferState.h
Implementation/maxTextureSize.h Implementation/maxTextureSize.h
Implementation/MeshState.h Implementation/MeshState.h
Implementation/QueryState.h Implementation/QueryState.h
Implementation/pixelFormatMapping.hpp
Implementation/RendererState.h Implementation/RendererState.h
Implementation/ShaderProgramState.h Implementation/ShaderProgramState.h
Implementation/ShaderState.h Implementation/ShaderState.h

Loading…
Cancel
Save