realnc / SDL_audiolib

An audio decoding, resampling and mixing library for SDL.
GNU Lesser General Public License v3.0
43 stars 8 forks source link

Find libraries without pkg-config #7

Closed glebm closed 3 years ago

glebm commented 3 years ago

pkg-config is not available on some systems

It'd be great CMakeLists.txt could find at least libraries without it.

For DevilutionX, this is just SDL and libsndfile.

realnc commented 3 years ago

Fixed in 21f168662ac06cd16f4a83ed809637848b5b2cbb. Feel free to close this once you tested your use case.