Browse Source

Forgot to install also magnumCompatibility.h header.

Vladimír Vondruš 14 years ago
parent
commit
5d1ead8cde
  1. 1
      src/CMakeLists.txt

1
src/CMakeLists.txt

@ -69,6 +69,7 @@ set(Magnum_HEADERS
Texture.h
TypeTraits.h
magnumCompatibility.h
magnumVisibility.h)
if(NOT CMAKE_NO_OBJECT_TARGET)
add_library(MagnumObjects OBJECT ${Magnum_SRCS})

Loading…
Cancel
Save