Implemented textures

This commit is contained in:
Pablo Rodriguez
2025-07-30 08:16:37 -04:00
parent aebd69a027
commit 651186f7bd
10 changed files with 8106 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
project(stb_image)
add_library(${PROJECT_NAME}
./src/stb_image.c
)
target_include_directories(${PROJECT_NAME}
PUBLIC ./include
)