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)
|
||||
Reference in New Issue
Block a user