Anonymous Maarten
Anonymous Maarten
``` $ objdump -p libSDL3.so | grep NEEDED NEEDED libm.so.6 NEEDED libEGL.so.1 NEEDED libc.so.6 ```
These patches fix building c47edit on Linux using a MinGW toolchain.
Hey, would you be ok with adding a cmake script to the repo? The reason I'm asking is it allows for cross-platform support, and it would also allow easier usage...
This test currently fails, and should be checked by an expert.
For example, `SDL_mixer.h` should be installed to `include/SDL3_mixer/SDL_mixer.h`. The same applies to the other satellite libraries.
The archives are missing cmake config files. They are installed by all SDL projects, so it should be a simply copy to add them to your archive. Also related, please...
The data can be used with `dlopen-notes`. The raw data can be viewed with `objdump -j .note.dlopen -s libSDL3.so.0` Please review the features/descriptions/priorities I've given The feature string must be...
block/endblock are scope-related commands introduced in CMake 3.25: https://cmake.org/cmake/help/latest/command/block.html ### Changes Support highlighting of `block`/`endblock` cmake commands. ### Checklist - [ ] Added markup tests, or they don't apply here...
I was able to capture this depth issue in the pizzeria, using 319317819cace8556e34c5364391c798c65736a3 (sdl3gpu renderer)  Playing using pepper, after building the helicoptor, delivering the pizza to the chef at...
Hello! Reading OpenXR-Loader's CMake script, it seems like only Linux has SO versioned libraries. Many other unix platforms also support some form of versioning. Dylib libraries on macOS also provides...