tried making naming more uniform and implemented most of the opengl managers
This commit is contained in:
6
libraries/CMakeLists.txt
Normal file
6
libraries/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
# glm
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE glm)
|
||||
|
||||
# stb
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE stb)
|
||||
1
libraries/glm
Submodule
1
libraries/glm
Submodule
Submodule libraries/glm added at 2d4c4b4dd3
Submodule libraries/include/glm deleted from 33b4a621a6
1
libraries/stb
Submodule
1
libraries/stb
Submodule
Submodule libraries/stb added at f0569113c9
Reference in New Issue
Block a user