blob: 99f872d0325b54fc448161b80f209b3f10fa24af (
plain)
1
2
3
4
5
6
7
8
9
|
# 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.
|