1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00

Install library to the correct lib dir

This commit is contained in:
Alexey Sokolov 2022-09-04 01:22:30 +01:00 committed by Daniel Nicoletti
parent 43adfe6e40
commit 5d1059941f

View File

@ -181,9 +181,9 @@ set_target_properties(QXlsx PROPERTIES
install(TARGETS QXlsx install(TARGETS QXlsx
EXPORT QXlsxTargets DESTINATION ${CMAKE_INSTALL_LIBDIR} EXPORT QXlsxTargets DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION bin COMPONENT runtime RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime
ARCHIVE DESTINATION lib COMPONENT devel ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT devel
PUBLIC_HEADER DESTINATION include/QXlsx COMPONENT devel PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/QXlsx COMPONENT devel
) )
install(EXPORT QXlsxTargets install(EXPORT QXlsxTargets