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)
|
1
lib/stb
Submodule
1
lib/stb
Submodule
Submodule lib/stb added at 8b5f1f37b5
Reference in New Issue
Block a user