libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
433 stars 146 forks source link

cmake: use target_link_libraries to add link options #455

Closed madebr closed 2 years ago

madebr commented 2 years ago

target_link_options cannot be used because it does not support static libraries

Fixes #453

sezero commented 2 years ago

Does SDL_ttf need anything similar, btw?

madebr commented 2 years ago

Does SDL_ttf need anything similar, btw?

No. It does not do target_link_options on the SDL2_ttf target.