Add SDL and create basic window

This commit is contained in:
Sajid
2024-09-30 20:57:40 +06:00
parent c20aadac60
commit 2122f247ac
18 changed files with 107 additions and 47 deletions
+2 -1
View File
@@ -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)
Vendored Submodule
+1
Submodule thirdparty/SDL added at 1edaad1721