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:
parent
43adfe6e40
commit
5d1059941f
@ -181,9 +181,9 @@ set_target_properties(QXlsx PROPERTIES
|
||||
|
||||
install(TARGETS QXlsx
|
||||
EXPORT QXlsxTargets DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
RUNTIME DESTINATION bin COMPONENT runtime
|
||||
ARCHIVE DESTINATION lib COMPONENT devel
|
||||
PUBLIC_HEADER DESTINATION include/QXlsx COMPONENT devel
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT devel
|
||||
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/QXlsx COMPONENT devel
|
||||
)
|
||||
|
||||
install(EXPORT QXlsxTargets
|
||||
|
Loading…
x
Reference in New Issue
Block a user