Skip to content

Commit 9aa0cd3

Browse files
committed
cmake: don't install headers and import libraries of vendored libs
Users of SDL_mixer should link to SDL_mixer, not the decoder libraries.
1 parent 7754673 commit 9aa0cd3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,10 +1104,8 @@ if(SDL3MIXER_INSTALL)
11041104
if(INSTALL_EXTRA_TARGETS)
11051105
install(TARGETS ${INSTALL_EXTRA_TARGETS}
11061106
EXPORT SDL3MixerTargets
1107-
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT devel
11081107
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT library
11091108
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT library
1110-
PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}" COMPONENT devel
11111109
)
11121110
endif()
11131111

0 commit comments

Comments
 (0)