| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: Do not mkdir cdroot for non-PS1 builds | Xavier Del Campo Romero | 2024-01-27 | 1 | -0/+2 |
| | | |||||
| * | WIP | Xavier Del Campo Romero | 2022-11-01 | 1 | -1/+1 |
| | | |||||
| * | Use find_package for SDL libraries | Xavier Del Campo Romero | 2022-07-23 | 1 | -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.txt | Xavier Del Campo Romero | 2022-07-23 | 1 | -1/+0 |
| | | |||||
| * | Import SDL_gfx | Xavier Del Campo Romero | 2022-07-15 | 1 | -0/+1 |
| | | |||||
| * | host.cmake, win9x.cmake: fetch libfixmath if missing | Xavier Del Campo Romero | 2022-06-30 | 1 | -0/+1 |
| | | |||||
| * | Split CMakeLists.txt into platform-specific *.cmake | Xavier Del Campo Romero | 2022-05-24 | 1 | -0/+12 |
