mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Add SDL and create basic window
This commit is contained in:
parent
c20aadac60
commit
2122f247ac
18 changed files with 107 additions and 47 deletions
3
thirdparty/CMakeLists.txt
vendored
3
thirdparty/CMakeLists.txt
vendored
|
@ -15,4 +15,5 @@ FetchContent_MakeAvailable(unordered_dense)
|
|||
FetchContent_MakeAvailable(xxHash)
|
||||
|
||||
add_subdirectory(${SWA_THIRDPARTY_ROOT}/PowerRecomp)
|
||||
add_subdirectory(${SWA_THIRDPARTY_ROOT}/o1heap)
|
||||
add_subdirectory(${SWA_THIRDPARTY_ROOT}/o1heap)
|
||||
add_subdirectory(${SWA_THIRDPARTY_ROOT}/SDL)
|
||||
|
|
2
thirdparty/PowerRecomp
vendored
2
thirdparty/PowerRecomp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit c4de70262f0bc6e44c95df99772c136d1bdd71cc
|
||||
Subproject commit 54cb41c4db6aee0c347835490405bd19f97f6c20
|
1
thirdparty/SDL
vendored
Submodule
1
thirdparty/SDL
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 1edaad17218d67b567c149badce9ef0fc67f65fa
|
Loading…
Add table
Add a link
Reference in a new issue