Fix include install location

This commit is contained in:
sfan5 2021-04-13 23:32:53 +02:00
parent 9840eeabe8
commit 5bdcc7eb4f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ install(TARGETS IrrlichtMt
)
install(DIRECTORY "${PROJECT_SOURCE_DIR}/include/"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/IrrlichtMt"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/irrlichtmt"
)
# Installation of CMake target and configuration files.