Implemented textures
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user