rts/src/sfx
Xavier Del Campo Romero 5829ef82c4 Use find_package for SDL libraries
CMake already distributes FindSDL*.cmake files for SDL and SDL_mixer,
which support custom prefixes via environment variables, removing the
need for ad-hoc logic in Win9x builds.

Also, according to FindSDL.cmake, #include <SDL.h> is the preferred way
for portability reasons, instead of #include <SDL/SDL.h>, which is the
option that has been used so far.
2022-07-23 04:23:05 +02:00
..
inc Allow systems without sound support 2022-05-24 22:20:02 +02:00
ps1 Allow systems without sound support 2022-05-24 22:20:02 +02:00
sdl-1.2 Use find_package for SDL libraries 2022-07-23 04:23:05 +02:00
CMakeLists.txt Use find_package for SDL libraries 2022-07-23 04:23:05 +02:00