Added texture, assets, tools and texture loading.
This commit is contained in:
@ -10,4 +10,8 @@ add_subdirectory(glad)
|
||||
add_subdirectory(glfw)
|
||||
|
||||
# GLM
|
||||
add_subdirectory(glm)
|
||||
add_subdirectory(glm)
|
||||
|
||||
# STB
|
||||
add_library(stb INTERFACE)
|
||||
target_include_directories(stb INTERFACE stb)
|
Reference in New Issue
Block a user