aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Replace .include with #includefix-includeXavier Del Campo Romero2025-07-051-1/+1
| | | | | | | | | For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf 15.1.0 were unable to resolve .include assembler directives. As a workaround, it is still possible to use the preprocessor, and therefore the usual #include preprocessor directive. However, this requires the assembly files to use the uppercase .S file extension.
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-191-1/+3
|
* Update CMake scripts to use generator expressionsspicyjpeg2022-10-111-11/+18
|
* Refactor CMake scripts, add separate debug/release buildsspicyjpeg2022-10-091-30/+27
|
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-291-0/+2
|
* Add psn00bsdk_target_incbin() CMake functionspicyjpeg2022-02-201-2/+11
|
* Fix CMake and CI bugs, set version number, update docsspicyjpeg2021-12-291-1/+0
|
* Refactor libpsn00b CMake scripts, move include directoryspicyjpeg2021-11-281-2/+19
|
* Rolled back minimum required CMake version to 3.20spicyjpeg2021-11-081-1/+1
|
* libc build fix, replaced dlerror() strings with enumspicyjpeg2021-10-201-4/+10
|
* CMake fixes, improved CPack support, Windows instructionsspicyjpeg2021-10-201-4/+5
|
* Migrated libpsn00b to CMakespicyjpeg2021-09-121-0/+69