Browse Source

Forgot to install visibility header for Shaders.

Hope this is the last bug caused by recent modularization.
pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
000ac51583
  1. 4
      src/Shaders/CMakeLists.txt

4
src/Shaders/CMakeLists.txt

@ -3,7 +3,9 @@ set(MagnumShaders_SRCS
PhongShader.cpp
${MagnumShaders_RCS})
set(MagnumShaders_HEADERS
PhongShader.h)
PhongShader.h
magnumShadersVisibility.h)
add_library(MagnumShaders SHARED ${MagnumShaders_SRCS})

Loading…
Cancel
Save