Implemented textures

This commit is contained in:
2025-07-30 08:16:37 -04:00
parent 7a7bfc4930
commit 69146b5447
10 changed files with 8106 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
project(UglyMain)
add_executable(${PROJECT_NAME}
main.cpp
src/App.cpp
./main.cpp
./src/App.cpp
)
target_include_directories(${PROJECT_NAME}
@@ -13,6 +13,7 @@ target_link_libraries(${PROJECT_NAME}
GLEW::GLEW
glfw
glm::glm
stb_image
UglyLogLib
UglyShaderLib
)