Corrected the install dir for the package config files
This commit is contained in:
parent
d8c97d4189
commit
8ab993b60a
1 changed files with 1 additions and 2 deletions
|
|
@ -52,8 +52,7 @@ if (SFIZZ_SHARED)
|
|||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/static
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
||||
install (FILES
|
||||
${CMAKE_BINARY_DIR}/src/sfizz.pc DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig)
|
||||
install (FILES ${CMAKE_BINARY_DIR}/src/sfizz.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
|
||||
endif()
|
||||
endif()
|
||||
if (UNIX AND NOT APPLE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue