10 lines
479 B
CMake
10 lines
479 B
CMake
add_library(ULRE.RenderDriver STATIC GLCore/RenderDriverGLCore.cpp
|
|
GLSL.cpp
|
|
Shader.cpp
|
|
VertexArray.cpp
|
|
VertexBuffer.cpp
|
|
VertexBufferControlDSA.cpp
|
|
VertexBufferControlBind.cpp
|
|
OpenGLDebug.cpp)
|
|
|