Restructure files into directories for more clarity
This commit is contained in:
parent
94929db5ce
commit
0d9f16939c
@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 17)
|
||||
find_package(OpenGL REQUIRED)
|
||||
find_package(glfw3 REQUIRED)
|
||||
|
||||
add_executable(ecsgame glad.c OBJ_Loader.h Shader.cpp Shader.h main.cpp)
|
||||
add_executable(ecsgame Util/glad.c Util/OBJ_Loader.h Rendering/Shader.cpp Rendering/Shader.h main.cpp)
|
||||
|
||||
include_directories(${OPENGL_INCLUDE_DIRS})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user