rts/src/mouse
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 Implement touch controls 2022-03-31 06:50:33 +02:00
ps1/src Add support for keyboard and mouse 2022-03-30 08:20:21 +02:00
sdl-1.2/src Use find_package for SDL libraries 2022-07-23 04:23:05 +02:00
src Implement touch controls 2022-03-31 06:50:33 +02:00
CMakeLists.txt Use find_package for SDL libraries 2022-07-23 04:23:05 +02:00