mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-03 00:30:26 +02:00
Fix include install location
This commit is contained in:
@ -35,7 +35,7 @@ install(TARGETS IrrlichtMt
|
|||||||
)
|
)
|
||||||
|
|
||||||
install(DIRECTORY "${PROJECT_SOURCE_DIR}/include/"
|
install(DIRECTORY "${PROJECT_SOURCE_DIR}/include/"
|
||||||
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/IrrlichtMt"
|
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/irrlichtmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Installation of CMake target and configuration files.
|
# Installation of CMake target and configuration files.
|
||||||
|
Reference in New Issue
Block a user