mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
9 lines
233 B
Markdown
9 lines
233 B
Markdown
# Patches for Another-World on SerenityOS
|
|
|
|
## `0001-Skip-using-find_package-for-SDL2.patch`
|
|
|
|
Skip using find_package() for SDL2
|
|
|
|
We pass the include directory via cmake flags, so we can just use that
|
|
and link against sdl2 normally.
|
|
|