Browse Source

Math: really install deprecated headers.

Dammit. Sorry about this :-)
pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
2e21577254
  1. 4
      src/Math/Geometry/CMakeLists.txt

4
src/Math/Geometry/CMakeLists.txt

@ -26,14 +26,14 @@ set(MagnumMathGeometry_HEADERS
Distance.h
Intersection.h)
install(FILES ${MagnumMathGeometry_HEADERS} DESTINATION ${MAGNUM_INCLUDE_INSTALL_DIR}/Math/Geometry)
# Deprecated headers
if(BUILD_DEPRECATED)
set(MagnumMathGeometry_HEADERS ${MagnumMathGeometry_HEADERS}
Rectangle.h)
endif()
install(FILES ${MagnumMathGeometry_HEADERS} DESTINATION ${MAGNUM_INCLUDE_INSTALL_DIR}/Math/Geometry)
if(BUILD_TESTS)
add_subdirectory(Test)
endif()

Loading…
Cancel
Save