Version 0 not fully working

This commit is contained in:
2025-06-21 17:23:02 -04:00
commit 32d70aa657
21 changed files with 1307 additions and 0 deletions

4
vendor/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,4 @@
add_subdirectory(SDL)
add_library(vendor INTERFACE)
target_link_libraries(vendor INTERFACE SDL3::SDL3)