aboutsummaryrefslogtreecommitdiff
path: root/cmake/host.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use find_package for SDL librariesXavier Del Campo Romero2022-07-231-5/+0
| | | | | | | | | | 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.
* Create cdroot directory on common CMakeLists.txtXavier Del Campo Romero2022-07-231-1/+0
|
* Import SDL_gfxXavier Del Campo Romero2022-07-151-0/+1
|
* host.cmake, win9x.cmake: fetch libfixmath if missingXavier Del Campo Romero2022-06-301-0/+1
|
* Split CMakeLists.txt into platform-specific *.cmakeXavier Del Campo Romero2022-05-241-0/+12