No additional public header with the shared lib
The public header is always installed with the static lib.
This commit is contained in:
parent
7c03ae56c9
commit
65b2baf344
1 changed files with 1 additions and 2 deletions
|
|
@ -81,8 +81,7 @@ if (SFIZZ_SHARED)
|
|||
install (TARGETS sfizz_shared
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
endif()
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue