| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake/ps1.cmake: use add_library for libpsx.a | Xavier Del Campo Romero | 2022-06-19 | 1 | -5/+7 |
| | | |||||
| * | win9x.cmake: remove unneeded dependencies | Xavier Del Campo Romero | 2022-06-08 | 1 | -5/+1 |
| | | |||||
| * | win9x.cmake: use target commands for SDL and SDL_mixer | Xavier Del Campo Romero | 2022-06-08 | 1 | -8/+12 |
| | | | | | | | | | | | | | Since libSDL.a and libSDL_mixer.a are compiled separately from this project, some hacks had been used to get the build running. However, this approach did not make proper use of target-level properties, which are encouraged according to modern CMake standards over global-level commands such as include_directories() or link_libraries(). OTOH, Win32 dependencies were being imported using link_libraries(), but they in fact are SDL dependencies, so target_link_libraries() can be used instead. | ||||
| * | CMakeLists.txt: move target-specific logic away | Xavier Del Campo Romero | 2022-06-07 | 3 | -0/+7 |
| | | |||||
| * | Split CMakeLists.txt into platform-specific *.cmake | Xavier Del Campo Romero | 2022-05-24 | 3 | -0/+77 |
